Home | History | Annotate | Download | only in intltest

Lines Matching defs:monkey

1681 class Monkey
1687 Monkey();
1688 virtual ~Monkey();
1691 Monkey::Monkey()
1696 Monkey::~Monkey()
1701 class SetMonkey : public Monkey
1714 : Monkey(), set(theSet)
1735 class StringSetMonkey : public Monkey
1752 : Monkey(), set(theSet), coll(theCollator), collData(theCollData)
1850 static void generateTestCase(UCollator *coll, Monkey *monkeys[], int32_t monkeyCount, UnicodeString &testCase, UnicodeString &alternate)
1862 int32_t monkey = m_rand() % monkeyCount;
1864 monkeys[monkey]->append(testCase, alternate);
2195 Monkey *monkeys[] = {
2332 Monkey *monkeys[] = {