Lines Matching full:four
23 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) {
38 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
54 UnicodeString input4[] = {one, two, three, four};
59 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
72 UnicodeString input4[] = {one, two, three, four};
86 one + ", " + two + ", " + three + ", " + four
89 CheckFourCases("", one, two, three, four, results);
95 if (RecordFourCases(Locale::getDefault(), one, two, three, four, results)) {
96 CheckFourCases("ex_PY", one, two, three, four, results);
107 one + ", " + two + ", " + three + ", and " + four
110 CheckFourCases("en", one, two, three, four, results);
118 one + ", " + two + ", " + three + ", and " + four
121 CheckFourCases("en_US", one, two, three, four, results);
132 one + ", " + two + ", " + three + and_string + four
135 CheckFourCases("ru", one, two, three, four, results);
149 one + ", " + two + ", " + three + ", " + four + total_string
152 CheckFourCases("ml", one, two, three, four, results);
162 one + ", " + two + ", " + three + ", no-" + four
165 CheckFourCases("zu", one, two, three, four, results);
173 four + " in the last after " + three + " after " + two + " after the first " + one
189 UnicodeString input4[] = {one, two, three, four};