Lines Matching refs:one

24         one("Alice", -1, US_INV), two("Bob", -1, US_INV),
39 void ListFormatterTest::CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two,
47 UnicodeString input1[] = {one};
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,
68 UnicodeString input1[] = {one};
70 UnicodeString input2[] = {one, two};
72 UnicodeString input3[] = {one, two, three};
74 UnicodeString input4[] = {one, two, three, four};
85 one,
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);
106 one,
107 one + " and " + two,
108 one + ", " + two + ", and " + three,
109 one + ", " + two + ", " + three + ", and " + four
112 CheckFourCases("en", one, two, three, four, results);
141 one,
142 one + " and " + two,
143 one + ", " + two + ", and " + three,
144 one + ", " + two + ", " + three + ", and " + four
147 CheckFourCases("en_US", one, two, three, four, results);
155 one,
156 one + " and " + two,
157 one + ", " + two + " and " + three,
158 one + ", " + two + ", " + three + " and " + four
161 CheckFourCases("en_GB", one, two, three, four, results);
169 one,
170 one + " og " + two,
171 one + ", " + two + " og " + three,
172 one + ", " + two + ", " + three + " og " + four
175 CheckFourCases("nn", one, two, three, four, results);
185 one,
186 one + and_string + two,
187 one + comma_string + two + and_string + three,
188 one + comma_string + two + comma_string + three + and_string + four
191 CheckFourCases("zh_Hant_HK", one, two, three, four, results);
199 one,
200 one + and_string + two,
201 one + ", " + two + and_string + three,
202 one + ", " + two + ", " + three + and_string + four
205 CheckFourCases("ru", one, two, three, four, results);
216 one,
217 one + pair_string + two,
218 one + ", " + two + ", " + three + total_string,
219 one + ", " + two + ", " + three + ", " + four + total_string
222 CheckFourCases("ml", one, two, three, four, results);
229 one,
230 one + " ne-" + two,
231 one + ", " + two + ", ne-" + three,
232 one + ", " + two + ", " + three + ", ne-" + four
235 CheckFourCases("zu", one, two, three, four, results);
240 one,
241 two + " after " + one,
242 three + " in the last after " + two + " after the first " + one,
243 four + " in the last after " + three + " after " + two + " after the first " + one
251 UnicodeString input1[] = {one};
254 UnicodeString input2[] = {one, two};
257 UnicodeString input3[] = {one, two, three};
260 UnicodeString input4[] = {one, two, three, four};