Searched refs:CheckFourCases (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 94 void ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString … in CheckFourCases() function in ListFormatterTest 146 CheckFourCases("", one, two, three, four, results, "TestRoot()"); in TestRoot() 153 CheckFourCases("ex_PY", one, two, three, four, results, "TestBogus()"); in TestBogus() 167 CheckFourCases("en", one, two, three, four, results, "TestEnglish()"); in TestEnglish() 202 CheckFourCases("en_US", one, two, three, four, results, "TestEnglishUS()"); in TestEnglishUS() 216 CheckFourCases("en_GB", one, two, three, four, results, "TestEnglishGB()"); in TestEnglishGB() 454 CheckFourCases("nn", one, two, three, four, results, "TestNynorsk()"); in TestNynorsk() 470 CheckFourCases("zh_Hant_HK", one, two, three, four, results, "TestChineseTradHK()"); in TestChineseTradHK() 484 CheckFourCases("ru", one, two, three, four, results, "TestRussian()"); in TestRussian() 501 CheckFourCases("ml", one, two, three, four, results, "TestMalayalam()"); in TestMalayalam() [all …]
|
D | listformattertest.h | 91 void CheckFourCases(
|