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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcompactdecimalformattest.cpp221 CheckLocale("en", UNUM_SHORT, kEnglishShort, LENGTHOF(kEnglishShort));
225 CheckLocale("sr", UNUM_SHORT, kSerbianShort, LENGTHOF(kSerbianShort));
237 CheckLocale(Locale::getJapan(), UNUM_SHORT, kJapaneseShort, LENGTHOF(kJapaneseShort)); local
241 CheckLocale("sw", UNUM_SHORT, kSwahiliShort, LENGTHOF(kSwahiliShort));
247 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance("sw", UNUM_SHORT, status));
262 CheckLocale("cs", UNUM_SHORT, kCsShort, LENGTHOF(kCsShort));
275 CheckLocale("sw", UNUM_SHORT, kSwahiliShortNegative, LENGTHOF(kSwahiliShortNegative));
284 LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance("en", UNUM_SHORT, status));
338 if (style == UNUM_SHORT) {
/external/icu/icu4c/source/test/intltest/
H A Dcompactdecimalformattest.cpp221 CheckLocale("en", UNUM_SHORT, kEnglishShort, LENGTHOF(kEnglishShort));
225 CheckLocale("sr", UNUM_SHORT, kSerbianShort, LENGTHOF(kSerbianShort));
237 CheckLocale(Locale::getJapan(), UNUM_SHORT, kJapaneseShort, LENGTHOF(kJapaneseShort)); local
241 CheckLocale("sw", UNUM_SHORT, kSwahiliShort, LENGTHOF(kSwahiliShort));
247 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance("sw", UNUM_SHORT, status));
262 CheckLocale("cs", UNUM_SHORT, kCsShort, LENGTHOF(kCsShort));
275 CheckLocale("sw", UNUM_SHORT, kSwahiliShortNegative, LENGTHOF(kSwahiliShortNegative));
284 LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance("en", UNUM_SHORT, status));
338 if (style == UNUM_SHORT) {
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h262 UNUM_SHORT, enumerator in enum:UNumberCompactStyle
/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h270 UNUM_SHORT, enumerator in enum:UNumberCompactStyle
/external/chromium_org/third_party/icu/source/i18n/
H A Dcompactdecimalformat.cpp396 // UNUM_LONG data, getCDFLocaleStyleData will fall back to UNUM_SHORT data for
445 case UNUM_SHORT:
485 // We load the UNUM_SHORT and UNUM_LONG data looking first in local numbering
488 // UNUM_SHORT data in these three places, we report an error. If we find
489 // UNUM_SHORT data before finding UNUM_LONG data we make UNUM_LONG data fall
490 // back to UNUM_SHORT data.
523 // If we haven't found UNUM_SHORT look in latn numbering system. We must
524 // succeed at finding UNUM_SHORT here.
/external/icu/icu4c/source/i18n/
H A Dcompactdecimalformat.cpp396 // UNUM_LONG data, getCDFLocaleStyleData will fall back to UNUM_SHORT data for
445 case UNUM_SHORT:
485 // We load the UNUM_SHORT and UNUM_LONG data looking first in local numbering
488 // UNUM_SHORT data in these three places, we report an error. If we find
489 // UNUM_SHORT data before finding UNUM_LONG data we make UNUM_LONG data fall
490 // back to UNUM_SHORT data.
523 // If we haven't found UNUM_SHORT look in latn numbering system. We must
524 // succeed at finding UNUM_SHORT here.

Completed in 56 milliseconds