]> 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 12cea9a4409131fcc0aca5cac432aacd8b6ba185..2707d6ece2e2ebdbe4d82b97dc93a3753da2635b 100644 (file)
 #ifndef FMTABLEIMP_H
 #define FMTABLEIMP_H
 
-#include "digitlst.h"
+#include "number_decimalquantity.h"
 
 #if !UCONFIG_NO_FORMATTING
 
 U_NAMESPACE_BEGIN
 
-/**
- * @internal
- */
-struct FmtStackData {
-  DigitList stackDecimalNum;   // 128
-  //CharString stackDecimalStr;  // 64
-  //                         -----
-  //                         192 total
-};
-
 /** 
  * Maximum int64_t value that can be stored in a double without chancing losing precision.
  *   IEEE doubles have 53 bits of mantissa, 10 bits exponent, 1 bit sign.