Searched refs:UNUM_SHORT (Results 1 - 4 of 4) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
H A D | compactdecimalformattest.cpp | 222 CheckLocale("en", UNUM_SHORT, kEnglishShort, UPRV_LENGTHOF(kEnglishShort)); 226 CheckLocale("sr", UNUM_SHORT, kSerbianShort, UPRV_LENGTHOF(kSerbianShort)); 238 CheckLocale(Locale::getJapan(), UNUM_SHORT, kJapaneseShort, UPRV_LENGTHOF(kJapaneseShort)); local 242 CheckLocale("sw", UNUM_SHORT, kSwahiliShort, UPRV_LENGTHOF(kSwahiliShort)); 248 LocalPointer<CompactDecimalFormat> cdf(createCDFInstance("sw", UNUM_SHORT, status)); 263 CheckLocale("cs", UNUM_SHORT, kCsShort, UPRV_LENGTHOF(kCsShort)); 276 CheckLocale("sw", UNUM_SHORT, kSwahiliShortNegative, UPRV_LENGTHOF(kSwahiliShortNegative)); 285 LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance("en", UNUM_SHORT, status)); 301 LocalPointer<CompactDecimalFormat> cdf(CompactDecimalFormat::createInstance("en", UNUM_SHORT, status)); 435 if (style == UNUM_SHORT) { [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
H A D | unum.h | 225 * (short form, corresponds to UNumberCompactStyle=UNUM_SHORT) 309 UNUM_SHORT, enumerator in enum:UNumberCompactStyle
|
/external/icu/icu4c/source/i18n/ |
H A D | compactdecimalformat.cpp | 442 // UNUM_LONG data, getCDFLocaleStyleData will fall back to UNUM_SHORT data for 491 case UNUM_SHORT: 531 // We load the UNUM_SHORT and UNUM_LONG data looking first in local numbering 534 // UNUM_SHORT data in these three places, we report an error. If we find 535 // UNUM_SHORT data before finding UNUM_LONG data we make UNUM_LONG data fall 536 // back to UNUM_SHORT data. 569 // If we haven't found UNUM_SHORT look in latn numbering system. We must 570 // succeed at finding UNUM_SHORT here.
|
H A D | unum.cpp | 120 retVal = CompactDecimalFormat::createInstance(Locale(locale), UNUM_SHORT, *status);
|
Completed in 135 milliseconds