Searched refs:CheckFourCases (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 39 void ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString … in CheckFourCases() function in ListFormatterTest 91 CheckFourCases("", one, two, three, four, results); in TestRoot() 98 CheckFourCases("ex_PY", one, two, three, four, results); in TestBogus() 112 CheckFourCases("en", one, two, three, four, results); in TestEnglish() 147 CheckFourCases("en_US", one, two, three, four, results); in TestEnglishUS() 161 CheckFourCases("en_GB", one, two, three, four, results); in TestEnglishGB() 175 CheckFourCases("nn", one, two, three, four, results); in TestNynorsk() 191 CheckFourCases("zh_Hant_HK", one, two, three, four, results); in TestChineseTradHK() 205 CheckFourCases("ru", one, two, three, four, results); in TestRussian() 222 CheckFourCases("ml", one, two, three, four, results); in TestMalayalam() [all …]
|
D | listformattertest.h | 47 void CheckFourCases(
|