Home
last modified time | relevance | path

Searched refs:UNUM_SHORT (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcompactdecimalformattest.cpp224 CheckLocale("en", UNUM_SHORT, kEnglishShort, UPRV_LENGTHOF(kEnglishShort)); in TestEnglishShort()
228 CheckLocale("sr", UNUM_SHORT, kSerbianShort, UPRV_LENGTHOF(kSerbianShort)); in TestSerbianShort()
240 CheckLocale(Locale::getJapan(), UNUM_SHORT, kJapaneseShort, UPRV_LENGTHOF(kJapaneseShort)); in TestJapaneseShort()
244 CheckLocale("sw", UNUM_SHORT, kSwahiliShort, UPRV_LENGTHOF(kSwahiliShort)); in TestSwahiliShort()
250 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance("sw", UNUM_SHORT, status)); in TestFieldPosition()
265 CheckLocale("cs", UNUM_SHORT, kCsShort, UPRV_LENGTHOF(kCsShort)); in TestCsShort()
278 CheckLocale("sw", UNUM_SHORT, kSwahiliShortNegative, UPRV_LENGTHOF(kSwahiliShortNegative)); in TestSwahiliShortNegative()
287 …LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance("en", UNUM_SHORT, stat… in TestSignificantDigits()
303 …LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance("en", UNUM_SHORT, stat… in TestAPIVariants()
437 if (style == UNUM_SHORT) { in StyleStr()
/external/icu/icu4c/source/i18n/unicode/
Dunum.h311 UNUM_SHORT, enumerator
/external/icu/icu4c/source/i18n/
Dcompactdecimalformat.cpp499 case UNUM_SHORT: in extractDataByStyleEnum()
605 style = UNUM_SHORT; in put()
Dunum.cpp122 retVal = CompactDecimalFormat::createInstance(Locale(locale), UNUM_SHORT, *status); in unum_open()