Home | History | Annotate | Download | only in intltest

Lines Matching refs:three

25         three("Charlie", -1, US_INV), four("Delta", -1, US_INV) {
40 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
53 UnicodeString input3[] = {one, two, three};
56 UnicodeString input4[] = {one, two, three, four};
61 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
72 UnicodeString input3[] = {one, two, three};
74 UnicodeString input4[] = {one, two, three, four};
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);
108 one + ", " + two + ", and " + three,
109 one + ", " + two + ", " + three + ", and " + four
112 CheckFourCases("en", one, two, three, four, results);
143 one + ", " + two + ", and " + three,
144 one + ", " + two + ", " + three + ", and " + four
147 CheckFourCases("en_US", one, two, three, four, results);
157 one + ", " + two + " and " + three,
158 one + ", " + two + ", " + three + " and " + four
161 CheckFourCases("en_GB", one, two, three, four, results);
171 one + ", " + two + " og " + three,
172 one + ", " + two + ", " + three + " og " + four
175 CheckFourCases("nn", one, two, three, four, results);
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);
201 one + ", " + two + and_string + three,
202 one + ", " + two + ", " + three + and_string + four
205 CheckFourCases("ru", one, two, three, four, results);
218 one + ", " + two + ", " + three + total_string,
219 one + ", " + two + ", " + three + ", " + four + total_string
222 CheckFourCases("ml", one, two, three, four, results);
231 one + ", " + two + ", ne-" + three,
232 one + ", " + two + ", " + three + ", ne-" + four
235 CheckFourCases("zu", one, two, three, four, results);
242 three + " in the last after " + two + " after the first " + one,
243 four + " in the last after " + three + " after " + two + " after the first " + one
257 UnicodeString input3[] = {one, two, three};
260 UnicodeString input4[] = {one, two, three, four};