Home | History | Annotate | Download | only in intltest

Lines Matching refs:four

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