Home | History | Annotate | Download | only in intltest

Lines Matching full:monkeys

1156 static void generateTestCase(UCollator *coll, Monkey *monkeys[], int32_t monkeyCount, UnicodeString &testCase, UnicodeString &alternate)
1165 monkeys[0]->append(testCase, alternate);
1170 monkeys[monkey]->append(testCase, alternate);
1388 Monkey *monkeys[] = {
1398 int32_t monkeyCount = sizeof(monkeys) / sizeof(monkeys[0]);
1456 generateTestCase(coll, monkeys, monkeyCount, pattern, altPattern);
1457 generateTestCase(coll, monkeys
1458 generateTestCase(coll, monkeys, monkeyCount, suffix, altSuffix);