D | listformattertest.cpp | 22 one("Alice", -1, US_INV), two("Bob", -1, US_INV), in ListFormatterTest() 37 … ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two, in CheckFourCases() argument 48 UnicodeString input2[] = {one, two}; in CheckFourCases() 51 UnicodeString input3[] = {one, two, three}; in CheckFourCases() 54 UnicodeString input4[] = {one, two, three, four}; in CheckFourCases() 58 UBool ListFormatterTest::RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two, in RecordFourCases() argument 68 UnicodeString input2[] = {one, two}; in RecordFourCases() 70 UnicodeString input3[] = {one, two, three}; in RecordFourCases() 72 UnicodeString input4[] = {one, two, three, four}; in RecordFourCases() 84 one + ", " + two, in TestRoot() [all …]
|