Home | History | Annotate | Download | only in intltest

Lines Matching refs:monkey

1588 class Monkey
1594 Monkey();
1595 virtual ~Monkey();
1598 Monkey::Monkey()
1603 Monkey::~Monkey()
1608 class SetMonkey : public Monkey
1621 : Monkey(), set(theSet)
1642 class StringSetMonkey : public Monkey
1659 : Monkey(), set(theSet), coll(theCollator), collData(theCollData)
1757 static void generateTestCase(UCollator *coll, Monkey *monkeys[], int32_t monkeyCount, UnicodeString &testCase, UnicodeString &alternate)
1769 int32_t monkey = m_rand() % monkeyCount;
1771 monkeys[monkey]->append(testCase, alternate);
2100 Monkey *monkeys[] = {
2237 Monkey *monkeys[] = {