Searched refs:UNUM_FORMAT_STYLE_COUNT (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h203 UNUM_FORMAT_STYLE_COUNT, enumerator in enum:UNumberFormatStyle
/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h212 UNUM_FORMAT_STYLE_COUNT = UNUM_CURRENCY_PLURAL+2, enumerator in enum:UNumberFormatStyle
/external/chromium_org/third_party/icu/source/i18n/
H A Dnumfmt.cpp102 static const UChar * const gLastResortNumberPatterns[UNUM_FORMAT_STYLE_COUNT] = {
122 static const char *gFormatKeys[UNUM_FORMAT_STYLE_COUNT] = {
1192 if (style < 0 || style >= UNUM_FORMAT_STYLE_COUNT) {
/external/icu/icu4c/source/i18n/
H A Dnumfmt.cpp108 static const UChar * const gLastResortNumberPatterns[UNUM_FORMAT_STYLE_COUNT] = {
129 static const char *gFormatKeys[UNUM_FORMAT_STYLE_COUNT] = {
1318 if (style < 0 || style >= UNUM_FORMAT_STYLE_COUNT) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp2723 k < UNUM_FORMAT_STYLE_COUNT; k = (UNumberFormatStyle)(k+1)) {
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp2748 k < UNUM_FORMAT_STYLE_COUNT; k = (UNumberFormatStyle)(k+1)) {

Completed in 647 milliseconds