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);
185 one + "\u3001" + two + "\u53CA" + three,
186 one + "\u3001" + two + "\u3001" + three + "\u53CA" + four
189 CheckFourCases("zh_Hant_HK", one, two, three, four, results);
199 one + ", " + two + and_string + three,
200 one + ", " + two + ", " + three + and_string + four
203 CheckFourCases("ru", one, two, three, four, results);
216 one + ", " + two + ", " + three + total_string,
217 one + ", " + two + ", " + three + ", " + four + total_string
220 CheckFourCases("ml", one, two, three, four, results);
229 one + ", " + two + ", ne-" + three,
230 one + ", " + two + ", " + three + ", ne-" + four
233 CheckFourCases("zu", one, two, three, four, results);
240 three + " in the last after " + two + " after the first " + one,
241 four + " in the last after " + three + " after " + two + " after the first " + one
255 UnicodeString input3[] = {one, two, three};
258 UnicodeString input4[] = {one, two, three, four};