Home
last modified time | relevance | path

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

/third_party/boost/libs/beast/test/bench/utf8_checker/
Dbench_utf8_checker.cpp98 checkLocale(std::string const& s) in checkLocale() function in boost::beast::utf8_checker_test
140 checkLocale(s); in run()
141 checkLocale(s); in run()
142 checkLocale(s); in run()
143 checkLocale(s); in run()
144 checkLocale(s); in run()
/third_party/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 …]
/third_party/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
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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 …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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
/third_party/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