]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/fmtableimp.h
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / fmtableimp.h
index b64274d568fb4f82eec30161adcb1308b6d53362..2707d6ece2e2ebdbe4d82b97dc93a3753da2635b 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
 *******************************************************************************
 * Copyright (C) 2010-2014, International Business Machines Corporation and    *
 /*
 *******************************************************************************
 * Copyright (C) 2010-2014, International Business Machines Corporation and    *
 #ifndef FMTABLEIMP_H
 #define FMTABLEIMP_H
 
 #ifndef FMTABLEIMP_H
 #define FMTABLEIMP_H
 
-#include "digitlst.h"
+#include "number_decimalquantity.h"
 
 
-U_NAMESPACE_BEGIN
+#if !UCONFIG_NO_FORMATTING
 
 
-/**
- * @internal
- */
-struct FmtStackData {
-  DigitList stackDecimalNum;   // 128
-  //CharString stackDecimalStr;  // 64
-  //                         -----
-  //                         192 total
-};
+U_NAMESPACE_BEGIN
 
 /** 
  * Maximum int64_t value that can be stored in a double without chancing losing precision.
 
 /** 
  * Maximum int64_t value that can be stored in a double without chancing losing precision.
@@ -33,4 +27,5 @@ static const int64_t MAX_INT64_IN_DOUBLE = 0x001FFFFFFFFFFFFFLL;
 
 U_NAMESPACE_END
 
 
 U_NAMESPACE_END
 
+#endif // #if !UCONFIG_NO_FORMATTING
 #endif
 #endif