HomeSort by relevance Sort by last modified time
    Searched refs:checkLocale (Results 1 - 9 of 9) sorted by null

  /external/icu/icu4c/source/test/intltest/
genderinfotest.cpp 44 void checkLocale(const Locale& locale, UGender expected, const UGender* genderList, int32_t listLength);
96 checkLocale(Locale::getUS(), expected_neutral, genderList, listLength);
97 checkLocale("is", expected_mixed, genderList, listLength);
98 checkLocale(Locale::getFrench(), expected_taints, genderList, listLength);
101 void GenderInfoTest::checkLocale(
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
CompactDecimalFormatTest.java 393 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishTestData);
405 checkLocale(ULocale.forLanguageTag("cs"), CompactStyle.SHORT, CsTestDataShort);
410 checkLocale(ULocale.forLanguageTag("sk"), CompactStyle.LONG, SkTestDataLong);
415 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.SHORT, SerbianTestDataShort);
420 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLong);
425 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLongNegative);
430 checkLocale(ULocale.JAPANESE, CompactStyle.SHORT, JapaneseTestData);
435 checkLocale(ULocale.CHINESE, CompactStyle.SHORT, ChineseTestData);
440 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestData);
445 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestDataNegative)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
CompactDecimalFormatTest.java 390 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishTestData);
402 checkLocale(ULocale.forLanguageTag("cs"), CompactStyle.SHORT, CsTestDataShort);
407 checkLocale(ULocale.forLanguageTag("sk"), CompactStyle.LONG, SkTestDataLong);
412 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.SHORT, SerbianTestDataShort);
417 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLong);
422 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLongNegative);
427 checkLocale(ULocale.JAPANESE, CompactStyle.SHORT, JapaneseTestData);
432 checkLocale(ULocale.CHINESE, CompactStyle.SHORT, ChineseTestData);
437 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestData);
442 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestDataNegative)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DisplayNameTest.java 81 checkLocale(locales[i]);
97 checkLocale(ULocale.ENGLISH);
103 checkLocale(ULocale.FRENCH);
106 private void checkLocale(ULocale locale) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DisplayNameTest.java 78 checkLocale(locales[i]);
94 checkLocale(ULocale.ENGLISH);
100 checkLocale(ULocale.FRENCH);
103 private void checkLocale(ULocale locale) {
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestLocale.java 179 checkLocale(fileString, localeName, ltp);
205 checkLocale("English xpath", CLDRFile.getCode(xpath), ltp);
217 public void checkLocale(String fileString, String localeName,
TestCheckCLDR.java 210 checkLocale(test, localeID, "?", null);
225 checkLocale(test, locale, null, unique);
237 checkLocale(test, "ko", null, unique);
240 public void checkLocale(CheckCLDR test, String localeID, String dummyValue,
242 checkLocale(test, testInfo.getCLDRFile(localeID, false), dummyValue, unique);
245 public void checkLocale(CheckCLDR test, CLDRFile nativeFile,
TestInheritance.java 275 checkLocale(localeID, false);
291 checkLocale(likelyAndMaximized.getKey(), true);
292 checkLocale(likelyAndMaximized.getValue(), true);
684 checkLocale(language, false); // checks la_Scrp and la
695 checkLocale(language, false); // checks la_Scrp and la
    [all...]
TestCLDRFile.java 286 // checkLocale(cldrFactory.make("root", true));
287 // checkLocale(cldrFactory.make("ee", true));
290 public void checkLocale(CLDRFile cldr) {

Completed in 570 milliseconds