Searched refs:UNUM_FORMAT_STYLE_COUNT (Results 1 – 9 of 9) sorted by relevance
111 static const UChar * const gLastResortNumberPatterns[UNUM_FORMAT_STYLE_COUNT] = {133 static const icu::number::impl::CldrPatternStyle gFormatCldrStyles[UNUM_FORMAT_STYLE_COUNT] = {1306 if (style < 0 || style >= UNUM_FORMAT_STYLE_COUNT) { in makeInstance()
111 static const UChar * const gLastResortNumberPatterns[UNUM_FORMAT_STYLE_COUNT] = {133 static const icu::number::impl::CldrPatternStyle gFormatCldrStyles[UNUM_FORMAT_STYLE_COUNT] = {1309 if (style < 0 || style >= UNUM_FORMAT_STYLE_COUNT) { in makeInstance()
256 UNUM_FORMAT_STYLE_COUNT=17, enumerator
259 UNUM_FORMAT_STYLE_COUNT=17, enumerator
3169 k < UNUM_FORMAT_STYLE_COUNT; k = (UNumberFormatStyle)(k+1)) { in TestHost()