/third_party/icu/icu4c/source/test/intltest/ |
H A D | compactdecimalformattest.cpp | 293 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 D | number_compact.cpp | 33 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 D | number_notation.cpp | 54 union_.compactStyle = CompactStyle::UNUM_SHORT; in compactShort()
|
H A D | unum.cpp | 119 retVal = CompactDecimalFormat::createInstance(Locale(locale), UNUM_SHORT, *status); in unum_open()
|
H A D | number_skeletons.cpp | 1532 } else if (style == UNumberCompactStyle::UNUM_SHORT) { in notation()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_compact.cpp | 33 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 D | number_notation.cpp | 54 union_.compactStyle = CompactStyle::UNUM_SHORT; in compactShort()
|
H A D | unum.cpp | 135 retVal = CompactDecimalFormat::createInstance(Locale(locale), UNUM_SHORT, *status); in unum_open()
|
H A D | number_skeletons.cpp | 1532 } else if (style == UNumberCompactStyle::UNUM_SHORT) { in notation()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | number_compact.cpp | 33 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 D | number_notation.cpp | 54 union_.compactStyle = CompactStyle::UNUM_SHORT; in compactShort()
|
H A D | unum.cpp | 122 retVal = CompactDecimalFormat::createInstance(Locale(locale), UNUM_SHORT, *status); in unum_open()
|
H A D | number_skeletons.cpp | 1526 } else if (style == UNumberCompactStyle::UNUM_SHORT) {
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | unum.h | 235 * (short form, corresponds to UNumberCompactStyle=UNUM_SHORT) 291 UNUM_SHORT, enumerator
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | unum.h | 234 * (short form, corresponds to UNumberCompactStyle=UNUM_SHORT) 339 UNUM_SHORT, enumerator
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | unum.h | 234 * (short form, corresponds to UNumberCompactStyle=UNUM_SHORT) 341 UNUM_SHORT, enumerator
|