/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | CompactDecimalFormatTest.java | 393 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/ |
D | CompactDecimalFormatTest.java | 390 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/ |
D | genderinfotest.cpp | 44 …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/ |
D | DisplayNameTest.java | 81 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/ |
D | DisplayNameTest.java | 78 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/ |
D | TestCheckCLDR.java | 210 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
|
D | TestLocale.java | 179 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
|
D | TestInheritance.java | 275 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
|
D | TestCLDRFile.java | 290 public void checkLocale(CLDRFile cldr) { in checkLocale() method in TestCLDRFile
|