Searched refs:DecimalFormatInternal (Results 1 – 2 of 2) sorted by relevance
29 struct DecimalFormatInternal { struct33 DecimalFormatInternal &operator=(const DecimalFormatInternal& rhs) { argument
7230 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()