D | listformattertest.cpp | 23 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) { in ListFormatterTest() 38 UnicodeString three, UnicodeString four, UnicodeString results[4]) { in CheckFourCases() argument 54 UnicodeString input4[] = {one, two, three, four}; in CheckFourCases() 59 UnicodeString three, UnicodeString four, UnicodeString results[4]) { in RecordFourCases() argument 72 UnicodeString input4[] = {one, two, three, four}; in RecordFourCases() 86 one + ", " + two + ", " + three + ", " + four in TestRoot() 89 CheckFourCases("", one, two, three, four, results); in TestRoot() 95 if (RecordFourCases(Locale::getDefault(), one, two, three, four, results)) { in TestBogus() 96 CheckFourCases("ex_PY", one, two, three, four, results); in TestBogus() 107 one + ", " + two + ", " + three + ", and " + four in TestEnglish() [all …]
|