Searched refs:CheckLocale (Results 1 - 1 of 1) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
H A D | compactdecimalformattest.cpp | 254 void CheckLocale( 293 CheckLocale("en", UNUM_SHORT, kEnglishShort, UPRV_LENGTHOF(kEnglishShort)); in TestEnglishShort() 297 CheckLocale("sr", UNUM_SHORT, kSerbianShort, UPRV_LENGTHOF(kSerbianShort)); in TestSerbianShort() 301 CheckLocale("sr", UNUM_LONG, kSerbianLong, UPRV_LENGTHOF(kSerbianLong)); in TestSerbianLong() 305 CheckLocale("sr", UNUM_LONG, kSerbianLongNegative, UPRV_LENGTHOF(kSerbianLongNegative)); in TestSerbianLongNegative() 309 CheckLocale(Locale::getJapan(), UNUM_SHORT, kJapaneseShort, UPRV_LENGTHOF(kJapaneseShort)); in TestJapaneseShort() 313 CheckLocale("sw", UNUM_SHORT, kSwahiliShort, UPRV_LENGTHOF(kSwahiliShort)); in TestSwahiliShort() 349 CheckLocale("cs", UNUM_SHORT, kCsShort, UPRV_LENGTHOF(kCsShort)); in TestCsShort() 358 CheckLocale("sk", UNUM_LONG, kSkLong, UPRV_LENGTHOF(kSkLong)); in TestSkLong() 362 CheckLocale("s in TestSwahiliShortNegative() 508 void CompactDecimalFormatTest::CheckLocale(const Locale& locale, UNumberCompactStyle style, const ExpectedResult* expectedResults, int32_t expectedResultLength) { CheckLocale() function in CompactDecimalFormatTest [all...] |
Completed in 2 milliseconds