/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | CompactDecimalFormatTest.java | 271 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishTestData); in TestEnglishShort() 281 checkLocale(ULocale.forLanguageTag("cs"), CompactStyle.SHORT, CsTestDataShort); in TestCsShort() 285 checkLocale(ULocale.forLanguageTag("sk"), CompactStyle.LONG, SkTestDataLong); in TestSkLong() 289 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.SHORT, SerbianTestDataShort); in TestSerbianShort() 293 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLong); in TestSerbianLong() 297 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLongNegative); in TestSerbianLongNegative() 301 checkLocale(ULocale.JAPANESE, CompactStyle.SHORT, JapaneseTestData); in TestJapaneseShort() 305 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestData); in TestSwahiliShort() 309 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestDataNegative); in TestSwahiliShortNegative() 335 public void checkLocale(ULocale locale, CompactStyle style, Object[][] testData) { in checkLocale() method in CompactDecimalFormatTest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | CompactDecimalFormatTest.java | 267 checkLocale(ULocale.ENGLISH, CompactStyle.SHORT, EnglishTestData); in TestEnglishShort() 277 checkLocale(ULocale.forLanguageTag("cs"), CompactStyle.SHORT, CsTestDataShort); in TestCsShort() 281 checkLocale(ULocale.forLanguageTag("sk"), CompactStyle.LONG, SkTestDataLong); in TestSkLong() 285 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.SHORT, SerbianTestDataShort); in TestSerbianShort() 289 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLong); in TestSerbianLong() 293 checkLocale(ULocale.forLanguageTag("sr"), CompactStyle.LONG, SerbianTestDataLongNegative); in TestSerbianLongNegative() 297 checkLocale(ULocale.JAPANESE, CompactStyle.SHORT, JapaneseTestData); in TestJapaneseShort() 301 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestData); in TestSwahiliShort() 305 checkLocale(ULocale.forLanguageTag("sw"), CompactStyle.SHORT, SwahiliTestDataNegative); in TestSwahiliShortNegative() 331 public void checkLocale(ULocale locale, CompactStyle style, Object[][] testData) { in checkLocale() method in CompactDecimalFormatTest
|
/external/icu/icu4c/source/test/intltest/ |
D | genderinfotest.cpp | 42 …void checkLocale(const Locale& locale, UGender expected, const UGender* genderList, int32_t listLe… 94 checkLocale(Locale::getUS(), expected_neutral, genderList, listLength); in check() 95 checkLocale("is", expected_mixed, genderList, listLength); in check() 96 checkLocale(Locale::getFrench(), expected_taints, genderList, listLength); in check() 99 void GenderInfoTest::checkLocale( in checkLocale() function in GenderInfoTest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | DisplayNameTest.java | 74 checkLocale(locales[i]); in TestLocales() 88 checkLocale(ULocale.ENGLISH); in TestEnglish() 92 checkLocale(ULocale.FRENCH); in TestFrench() 95 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 | 70 checkLocale(locales[i]); in TestLocales() 84 checkLocale(ULocale.ENGLISH); in TestEnglish() 88 checkLocale(ULocale.FRENCH); in TestFrench() 91 private void checkLocale(ULocale locale) { in checkLocale() method in DisplayNameTest
|