Searched refs:UNUM_INTERNAL_STACKARRAY_SIZE (Results 1 – 2 of 2) sorted by relevance
39 #define UNUM_INTERNAL_STACKARRAY_SIZE 144 macro41 #define UNUM_INTERNAL_STACKARRAY_SIZE 128 macro662 … char fStackData[UNUM_INTERNAL_STACKARRAY_SIZE]; // must be big enough for DigitList
6727 if(sizeof(FmtStackData) > UNUM_INTERNAL_STACKARRAY_SIZE) { in TestFormattableSize()6729 sizeof(FmtStackData), UNUM_INTERNAL_STACKARRAY_SIZE); in TestFormattableSize()6730 } else if(sizeof(FmtStackData) < UNUM_INTERNAL_STACKARRAY_SIZE) { in TestFormattableSize()6732 sizeof(FmtStackData), UNUM_INTERNAL_STACKARRAY_SIZE); in TestFormattableSize()6735 sizeof(FmtStackData), UNUM_INTERNAL_STACKARRAY_SIZE); in TestFormattableSize()