Home
last modified time | relevance | path

Searched refs:UNUM_FORMAT_STYLE_COUNT (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumfmt.cpp111 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()
/third_party/node/deps/icu-small/source/i18n/
Dnumfmt.cpp111 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()
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumfmt.cpp111 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()
/third_party/icu/icu4c/source/i18n/
Dnumfmt.cpp111 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()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dunum.h256 UNUM_FORMAT_STYLE_COUNT=17, enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Dunum.h259 UNUM_FORMAT_STYLE_COUNT=17, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dunum.h259 UNUM_FORMAT_STYLE_COUNT=17, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dunum.h259 UNUM_FORMAT_STYLE_COUNT=17, enumerator
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp3169 k < UNUM_FORMAT_STYLE_COUNT; k = (UNumberFormatStyle)(k+1)) { in TestHost()