Lines Matching refs:two

24         one("Alice", -1, US_INV), two("Bob", -1, US_INV),
39 void ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two,
50 UnicodeString input2[] = {one, two};
53 UnicodeString input3[] = {one, two, three};
56 UnicodeString input4[] = {one, two, three, four};
60 UBool ListFormatterTest::RecordFourCases(const Locale& locale, UnicodeString one, UnicodeString two,
70 UnicodeString input2[] = {one, two};
72 UnicodeString input3[] = {one, two, three};
74 UnicodeString input4[] = {one, two, three, four};
86 one + ", " + two,
87 one + ", " + two + ", " + three,
88 one + ", " + two + ", " + three + ", " + four
91 CheckFourCases("", one, two, three, four, results);
97 if (RecordFourCases(Locale::getDefault(), one, two, three, four, results)) {
98 CheckFourCases("ex_PY", one, two, three, four, results);
107 one + " and " + two,
108 one + ", " + two + ", and " + three,
109 one + ", " + two + ", " + three + ", and " + four
112 CheckFourCases("en", one, two, three, four, results);
142 one + " and " + two,
143 one + ", " + two + ", and " + three,
144 one + ", " + two + ", " + three + ", and " + four
147 CheckFourCases("en_US", one, two, three, four, results);
156 one + and_string + two,
157 one + ", " + two + and_string + three,
158 one + ", " + two + ", " + three + and_string + four
161 CheckFourCases("ru", one, two, three, four, results);
165 // For two elements, "\\u0d15\\u0d42\\u0d1f\\u0d3e\\u0d24\\u0d46" is inserted in between.
166 // For more than two elements, comma is inserted between all elements up to (and including) the penultimate,
173 one + pair_string + two,
174 one + ", " + two + ", " + three + total_string,
175 one + ", " + two + ", " + three + ", " + four + total_string
178 CheckFourCases("ml", one, two, three, four, results);
186 one + " ne-" + two,
187 one + ", " + two + ", ne-" + three,
188 one + ", " + two + ", " + three + ", ne-" + four
191 CheckFourCases("zu", one, two, three, four, results);
197 two + " after " + one,
198 three + " in the last after " + two + " after the first " + one,
199 four + " in the last after " + three + " after " + two + " after the first " + one
210 UnicodeString input2[] = {one, two};
213 UnicodeString input3[] = {one, two, three};
216 UnicodeString input4[] = {one, two, three, four};