D | listformattertest.cpp | 79 one("Alice", -1, US_INV), two("Bob", -1, US_INV), in ListFormatterTest() 94 … ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two, in CheckFourCases() argument 105 UnicodeString input2[] = {one, two}; in CheckFourCases() 108 UnicodeString input3[] = {one, two, three}; in CheckFourCases() 111 UnicodeString input4[] = {one, two, three, four}; in CheckFourCases() 115 UBool ListFormatterTest::RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two, in RecordFourCases() argument 125 UnicodeString input2[] = {one, two}; in RecordFourCases() 127 UnicodeString input3[] = {one, two, three}; in RecordFourCases() 129 UnicodeString input4[] = {one, two, three, four}; in RecordFourCases() 141 one + ", " + two, in TestRoot() [all …]
|