Home
last modified time | relevance | path

Searched refs:checkLocale (Results 1 – 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DCompactDecimalFormatTest.java393 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishTestData); in TestEnglishShort()
405 checkLocale(ULocale.forLanguageTag("cs"), CompactStyle.SHORT, CsTestDataShort); in TestCsShort()
410 checkLocale(ULocale.forLanguageTag("sk"), CompactStyle.LONG, SkTestDataLong); in TestSkLong()
415 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.SHORT, SerbianTestDataShort); in TestSerbianShort()
420 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLong); in TestSerbianLong()
425 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLongNegative); in TestSerbianLongNegative()
430 checkLocale(ULocale.JAPANESE, CompactStyle.SHORT, JapaneseTestData); in TestJapaneseShort()
435 checkLocale(ULocale.CHINESE, CompactStyle.SHORT, ChineseTestData); in TestChineseShort()
440 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestData); in TestSwahiliShort()
445 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestDataNegative); in TestSwahiliShortNegative()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DCompactDecimalFormatTest.java390 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishTestData); in TestEnglishShort()
402 checkLocale(ULocale.forLanguageTag("cs"), CompactStyle.SHORT, CsTestDataShort); in TestCsShort()
407 checkLocale(ULocale.forLanguageTag("sk"), CompactStyle.LONG, SkTestDataLong); in TestSkLong()
412 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.SHORT, SerbianTestDataShort); in TestSerbianShort()
417 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLong); in TestSerbianLong()
422 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLongNegative); in TestSerbianLongNegative()
427 checkLocale(ULocale.JAPANESE, CompactStyle.SHORT, JapaneseTestData); in TestJapaneseShort()
432 checkLocale(ULocale.CHINESE, CompactStyle.SHORT, ChineseTestData); in TestChineseShort()
437 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestData); in TestSwahiliShort()
442 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestDataNegative); in TestSwahiliShortNegative()
[all …]
/external/icu/icu4c/source/test/intltest/
Dgenderinfotest.cpp44 …void checkLocale(const Locale& locale, UGender expected, const UGender* genderList, int32_t listLe…
96 checkLocale(Locale::getUS(), expected_neutral, genderList, listLength); in check()
97 checkLocale("is", expected_mixed, genderList, listLength); in check()
98 checkLocale(Locale::getFrench(), expected_taints, genderList, listLength); in check()
101 void GenderInfoTest::checkLocale( in checkLocale() function in GenderInfoTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDisplayNameTest.java81 checkLocale(locales[i]); in TestLocales()
97 checkLocale(ULocale.ENGLISH); in TestEnglish()
103 checkLocale(ULocale.FRENCH); in TestFrench()
106 private void checkLocale(ULocale locale) { in checkLocale() method in DisplayNameTest
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDisplayNameTest.java78 checkLocale(locales[i]); in TestLocales()
94 checkLocale(ULocale.ENGLISH); in TestEnglish()
100 checkLocale(ULocale.FRENCH); in TestFrench()
103 private void checkLocale(ULocale locale) { in checkLocale() method in DisplayNameTest
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestCheckCLDR.java210 checkLocale(test, localeID, "?", null); in TestFullErrors()
225 checkLocale(test, locale, null, unique); in TestAllLocales()
237 checkLocale(test, "ko", null, unique); in TestA()
240 public void checkLocale(CheckCLDR test, String localeID, String dummyValue, in checkLocale() method in TestCheckCLDR
242 checkLocale(test, testInfo.getCLDRFile(localeID, false), dummyValue, unique); in checkLocale()
245 public void checkLocale(CheckCLDR test, CLDRFile nativeFile, in checkLocale() method in TestCheckCLDR
DTestLocale.java179 checkLocale(fileString, localeName, ltp); in TestLocalePartsValidity()
205 checkLocale("English xpath", CLDRFile.getCode(xpath), ltp); in TestLocalePartsValidity()
217 public void checkLocale(String fileString, String localeName, in checkLocale() method in TestLocale
DTestInheritance.java275 checkLocale(localeID, false); in TestLikelyAndDefaultConsistency()
291 checkLocale(likelyAndMaximized.getKey(), true); in TestLikelyAndDefaultConsistency()
292 checkLocale(likelyAndMaximized.getValue(), true); in TestLikelyAndDefaultConsistency()
684 checkLocale(language, false); // checks la_Scrp and la in TestDeprecatedTerritoryDataLocaleIds()
695 checkLocale(language, false); // checks la_Scrp and la in TestDeprecatedTerritoryDataLocaleIds()
1063 private void checkLocale(String localeID, boolean allowDeprecated) { in checkLocale() method in TestInheritance
DTestCLDRFile.java290 public void checkLocale(CLDRFile cldr) { in checkLocale() method in TestCLDRFile