Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
H A Dcompactdecimalformattest.cpp293 CheckLocale("en", UNUM_SHORT, kEnglishShort, UPRV_LENGTHOF(kEnglishShort)); in TestEnglishShort()
297 CheckLocale("sr", UNUM_SHORT, kSerbianShort, UPRV_LENGTHOF(kSerbianShort)); in TestSerbianShort()
309 CheckLocale(Locale::getJapan(), UNUM_SHORT, kJapaneseShort, UPRV_LENGTHOF(kJapaneseShort)); in TestJapaneseShort() local
313 CheckLocale("sw", UNUM_SHORT, kSwahiliShort, UPRV_LENGTHOF(kSwahiliShort)); in TestSwahiliShort()
318 "en", UNUM_SHORT, u"USD", kEnglishCurrencyTestData, UPRV_LENGTHOF(kEnglishCurrencyTestData)); in TestEnglishCurrency()
323 "de", UNUM_SHORT, u"EUR", kGermanCurrencyTestData, UPRV_LENGTHOF(kGermanCurrencyTestData)); in TestGermanCurrency()
328 "zh", UNUM_SHORT, u"CNY", kChineseCurrencyTestData, UPRV_LENGTHOF(kChineseCurrencyTestData)); in TestChineseCurrency()
334 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance("sw", UNUM_SHORT, status)); in TestFieldPosition()
349 CheckLocale("cs", UNUM_SHORT, kCsShort, UPRV_LENGTHOF(kCsShort)); in TestCsShort()
362 CheckLocale("sw", UNUM_SHORT, kSwahiliShortNegativ in TestSwahiliShortNegative()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_compact.cpp33 sb.append(compactStyle == CompactStyle::UNUM_SHORT ? "/patternsShort" : "/patternsLong", status); in getResourceBundleKey()
68 bool compactIsShort = compactStyle == CompactStyle::UNUM_SHORT; in populate()
81 getResourceBundleKey(nsName, CompactStyle::UNUM_SHORT, compactType, resourceKey, status); in populate()
86 getResourceBundleKey("latn", CompactStyle::UNUM_SHORT, compactType, resourceKey, status); in populate()
H A Dnumber_notation.cpp54 union_.compactStyle = CompactStyle::UNUM_SHORT; in compactShort()
H A Dunum.cpp119 retVal = CompactDecimalFormat::createInstance(Locale(locale), UNUM_SHORT, *status); in unum_open()
H A Dnumber_skeletons.cpp1532 } else if (style == UNumberCompactStyle::UNUM_SHORT) { in notation()
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_compact.cpp33 sb.append(compactStyle == CompactStyle::UNUM_SHORT ? "/patternsShort" : "/patternsLong", status); in getResourceBundleKey()
68 bool compactIsShort = compactStyle == CompactStyle::UNUM_SHORT; in populate()
81 getResourceBundleKey(nsName, CompactStyle::UNUM_SHORT, compactType, resourceKey, status); in populate()
86 getResourceBundleKey("latn", CompactStyle::UNUM_SHORT, compactType, resourceKey, status); in populate()
H A Dnumber_notation.cpp54 union_.compactStyle = CompactStyle::UNUM_SHORT; in compactShort()
H A Dunum.cpp135 retVal = CompactDecimalFormat::createInstance(Locale(locale), UNUM_SHORT, *status); in unum_open()
H A Dnumber_skeletons.cpp1532 } else if (style == UNumberCompactStyle::UNUM_SHORT) { in notation()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_compact.cpp33 sb.append(compactStyle == CompactStyle::UNUM_SHORT ? "/patternsShort" : "/patternsLong", status); in getResourceBundleKey()
68 bool compactIsShort = compactStyle == CompactStyle::UNUM_SHORT; in populate()
81 getResourceBundleKey(nsName, CompactStyle::UNUM_SHORT, compactType, resourceKey, status); in populate()
86 getResourceBundleKey("latn", CompactStyle::UNUM_SHORT, compactType, resourceKey, status); in populate()
H A Dnumber_notation.cpp54 union_.compactStyle = CompactStyle::UNUM_SHORT; in compactShort()
H A Dunum.cpp122 retVal = CompactDecimalFormat::createInstance(Locale(locale), UNUM_SHORT, *status); in unum_open()
H A Dnumber_skeletons.cpp1526 } else if (style == UNumberCompactStyle::UNUM_SHORT) {
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dunum.h235 * (short form, corresponds to UNumberCompactStyle=UNUM_SHORT)
291 UNUM_SHORT, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
H A Dunum.h234 * (short form, corresponds to UNumberCompactStyle=UNUM_SHORT)
339 UNUM_SHORT, enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dunum.h234 * (short form, corresponds to UNumberCompactStyle=UNUM_SHORT)
341 UNUM_SHORT, enumerator

Completed in 24 milliseconds