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.cpp7160 sizeof(DecimalFormat), sizeof(DecimalFormatInternal), UNUM_DECIMALFORMAT_INTERNAL_SIZE); in TestFormatFastpaths()
7161 if(UNUM_DECIMALFORMAT_INTERNAL_SIZE < sizeof(DecimalFormatInternal)) { in TestFormatFastpaths()
7162 …FORMAT_INTERNAL_SIZE is only %d. Increase the #define?\n", sizeof(DecimalFormatInternal), UNUM_DEC… in TestFormatFastpaths()
7163 } else if(UNUM_DECIMALFORMAT_INTERNAL_SIZE > (sizeof(DecimalFormatInternal)+16)) { in TestFormatFastpaths()
7164 … is %d. Decrease the #define? sizeof(DecimalFormat)=%d\n", sizeof(DecimalFormatInternal), UNUM_DEC… in TestFormatFastpaths()