Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Dfmtable.h39 #define UNUM_INTERNAL_STACKARRAY_SIZE 144 macro
41 #define UNUM_INTERNAL_STACKARRAY_SIZE 128 macro
662 … char fStackData[UNUM_INTERNAL_STACKARRAY_SIZE]; // must be big enough for DigitList
/external/icu4c/test/intltest/
Dnumfmtst.cpp6727 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()