D | listformattertest.cpp | 24 one("Alice", -1, US_INV), two("Bob", -1, US_INV), in ListFormatterTest() 39 … ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two, in CheckFourCases() argument 50 UnicodeString input2[] = {one, two}; in CheckFourCases() 53 UnicodeString input3[] = {one, two, three}; in CheckFourCases() 56 UnicodeString input4[] = {one, two, three, four}; in CheckFourCases() 60 UBool ListFormatterTest::RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two, in RecordFourCases() argument 70 UnicodeString input2[] = {one, two}; in RecordFourCases() 72 UnicodeString input3[] = {one, two, three}; in RecordFourCases() 74 UnicodeString input4[] = {one, two, three, four}; in RecordFourCases() 86 one + ", " + two, in TestRoot() [all …]
|