Home
last modified time | relevance | path

Searched refs:DecimalFormatInternal (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddcfmtimp.h29 struct DecimalFormatInternal { struct
33 DecimalFormatInternal &operator=(const DecimalFormatInternal& rhs) { argument
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp7230 sizeof(DecimalFormat), sizeof(DecimalFormatInternal), UNUM_DECIMALFORMAT_INTERNAL_SIZE); in TestFormatFastpaths()
7231 if(UNUM_DECIMALFORMAT_INTERNAL_SIZE < sizeof(DecimalFormatInternal)) { in TestFormatFastpaths()
7232 …FORMAT_INTERNAL_SIZE is only %d. Increase the #define?\n", sizeof(DecimalFormatInternal), UNUM_DEC… in TestFormatFastpaths()
7233 } else if(UNUM_DECIMALFORMAT_INTERNAL_SIZE > (sizeof(DecimalFormatInternal)+16)) { in TestFormatFastpaths()
7234 … is %d. Decrease the #define? sizeof(DecimalFormat)=%d\n", sizeof(DecimalFormatInternal), UNUM_DEC… in TestFormatFastpaths()