Searched refs:CheckFourCases (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | listformattertest.cpp | 37 void ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString … in CheckFourCases() function in ListFormatterTest 89 CheckFourCases("", one, two, three, four, results); in TestRoot() 96 CheckFourCases("ex_PY", one, two, three, four, results); in TestBogus() 110 CheckFourCases("en", one, two, three, four, results); in TestEnglish() 145 CheckFourCases("en_US", one, two, three, four, results); in TestEnglishUS() 159 CheckFourCases("ru", one, two, three, four, results); in TestRussian() 176 CheckFourCases("ml", one, two, three, four, results); in TestMalayalam() 189 CheckFourCases("zu", one, two, three, four, results); in TestZulu()
|
D | listformattertest.h | 42 void CheckFourCases(
|