Searched refs:UNUM_DECIMALFORMAT_INTERNAL_SIZE (Results 1 – 2 of 2) sorted by relevance
49 #define UNUM_DECIMALFORMAT_INTERNAL_SIZE 16 macro2458 uint8_t fReserved[UNUM_DECIMALFORMAT_INTERNAL_SIZE];
6714 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()