Searched refs:UNUM_DECIMALFORMAT_INTERNAL_SIZE (Results 1 – 2 of 2) sorted by relevance
48 #define UNUM_DECIMALFORMAT_INTERNAL_SIZE 16 macro2417 uint8_t fReserved[UNUM_DECIMALFORMAT_INTERNAL_SIZE];
6590 sizeof(DecimalFormat), sizeof(DecimalFormatInternal), UNUM_DECIMALFORMAT_INTERNAL_SIZE); in TestFormatFastpaths()6591 if(UNUM_DECIMALFORMAT_INTERNAL_SIZE < sizeof(DecimalFormatInternal)) { in TestFormatFastpaths()6592 …nly %d. Increase the #define?\n", sizeof(DecimalFormatInternal), UNUM_DECIMALFORMAT_INTERNAL_SIZE); in TestFormatFastpaths()6593 } else if(UNUM_DECIMALFORMAT_INTERNAL_SIZE > (sizeof(DecimalFormatInternal)+16)) { in TestFormatFastpaths()6594 …sizeof(DecimalFormat)=%d\n", sizeof(DecimalFormatInternal), UNUM_DECIMALFORMAT_INTERNAL_SIZE, size… in TestFormatFastpaths()