Home
last modified time | relevance | path

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

/external/icu/icu4c/source/io/
Dlocbund.h30 #define ULOCALEBUNDLE_NUMBERFORMAT_COUNT ((int32_t)UNUM_SPELLOUT) macro
35 UNumberFormat *fNumberFormat[ULOCALEBUNDLE_NUMBERFORMAT_COUNT];
Dlocbund.cpp35 static UNumberFormat *gPosixNumberFormat[ULOCALEBUNDLE_NUMBERFORMAT_COUNT];
40 for (style = 0; style < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; style++) { in locbund_cleanup()
149 for (styleIdx = 0; styleIdx < ULOCALEBUNDLE_NUMBERFORMAT_COUNT; styleIdx++) { in u_locbund_close()