Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h49 #define UNUM_DECIMALFORMAT_INTERNAL_SIZE 16 macro
2458 uint8_t fReserved[UNUM_DECIMALFORMAT_INTERNAL_SIZE];
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp6714 sizeof(DecimalFormat), sizeof(DecimalFormatInternal), UNUM_DECIMALFORMAT_INTERNAL_SIZE); in TestFormatFastpaths()
6715 if(UNUM_DECIMALFORMAT_INTERNAL_SIZE < sizeof(DecimalFormatInternal)) { in TestFormatFastpaths()
6716 …nly %d. Increase the #define?\n", sizeof(DecimalFormatInternal), UNUM_DECIMALFORMAT_INTERNAL_SIZE); in TestFormatFastpaths()
6717 } else if(UNUM_DECIMALFORMAT_INTERNAL_SIZE > (sizeof(DecimalFormatInternal)+16)) { in TestFormatFastpaths()
6718 …sizeof(DecimalFormat)=%d\n", sizeof(DecimalFormatInternal), UNUM_DECIMALFORMAT_INTERNAL_SIZE, size… in TestFormatFastpaths()