Home | History | Annotate | Download | only in intltest

Lines Matching full:monkeys

1154 static void generateTestCase(UCollator *coll, Monkey *monkeys[], int32_t monkeyCount, UnicodeString &testCase, UnicodeString &alternate)
1163 monkeys[0]->append(testCase, alternate);
1168 monkeys[monkey]->append(testCase, alternate);
1386 Monkey *monkeys[] = {
1396 int32_t monkeyCount = sizeof(monkeys) / sizeof(monkeys[0]);
1454 generateTestCase(coll, monkeys, monkeyCount, pattern, altPattern);
1455 generateTestCase(coll, monkeys, monkeyCount, prefix, altPrefix);
1456 generateTestCase(coll, monkeys, monkeyCount, suffix, altSuffix);