Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DCompactDecimalFormatTest.java340 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishTestData); in TestEnglishShort()
352 checkLocale(ULocale.forLanguageTag("cs"), CompactStyle.SHORT, CsTestDataShort); in TestCsShort()
357 checkLocale(ULocale.forLanguageTag("sk"), CompactStyle.LONG, SkTestDataLong); in TestSkLong()
362 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.SHORT, SerbianTestDataShort); in TestSerbianShort()
367 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLong); in TestSerbianLong()
372 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLongNegative); in TestSerbianLongNegative()
377 checkLocale(ULocale.JAPANESE, CompactStyle.SHORT, JapaneseTestData); in TestJapaneseShort()
382 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestData); in TestSwahiliShort()
387 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestDataNegative); in TestSwahiliShortNegative()
392 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishCurrencyTestData); in TestEnglishCurrency()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DCompactDecimalFormatTest.java341 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishTestData); in TestEnglishShort()
353 checkLocale(ULocale.forLanguageTag("cs"), CompactStyle.SHORT, CsTestDataShort); in TestCsShort()
358 checkLocale(ULocale.forLanguageTag("sk"), CompactStyle.LONG, SkTestDataLong); in TestSkLong()
363 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.SHORT, SerbianTestDataShort); in TestSerbianShort()
368 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLong); in TestSerbianLong()
373 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLongNegative); in TestSerbianLongNegative()
378 checkLocale(ULocale.JAPANESE, CompactStyle.SHORT, JapaneseTestData); in TestJapaneseShort()
383 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestData); in TestSwahiliShort()
388 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestDataNegative); in TestSwahiliShortNegative()
393 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishCurrencyTestData); in TestEnglishCurrency()
[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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DDisplayNameTest.java75 checkLocale(locales[i]); in TestLocales()
91 checkLocale(ULocale.ENGLISH); in TestEnglish()
97 checkLocale(ULocale.FRENCH); in TestFrench()
100 private void checkLocale(ULocale locale) { in checkLocale() method in DisplayNameTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DDisplayNameTest.java76 checkLocale(locales[i]); in TestLocales()
92 checkLocale(ULocale.ENGLISH); in TestEnglish()
98 checkLocale(ULocale.FRENCH); in TestFrench()
101 private void checkLocale(ULocale locale) { in checkLocale() method in DisplayNameTest