Searched refs:CheckFourCases (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 129 void ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString … in CheckFourCases() function in ListFormatterTest 181 CheckFourCases("", one, two, three, four, results, "TestRoot()"); in TestRoot() 188 CheckFourCases("ex_PY", one, two, three, four, results, "TestBogus()"); in TestBogus() 202 CheckFourCases("en", one, two, three, four, results, "TestEnglish()"); in TestEnglish() 237 CheckFourCases("en_US", one, two, three, four, results, "TestEnglishUS()"); in TestEnglishUS() 251 CheckFourCases("en_GB", one, two, three, four, results, "TestEnglishGB()"); in TestEnglishGB() 407 CheckFourCases("nn", one, two, three, four, results, "TestNynorsk()"); in TestNynorsk() 423 CheckFourCases("zh_Hant_HK", one, two, three, four, results, "TestChineseTradHK()"); in TestChineseTradHK() 437 CheckFourCases("ru", one, two, three, four, results, "TestRussian()"); in TestRussian() 454 CheckFourCases("ml", one, two, three, four, results, "TestMalayalam()"); in TestMalayalam() [all …]
|
D | listformattertest.h | 95 void CheckFourCases(
|