Home | History | Annotate | Download | only in intltest

Lines Matching refs:Monkey

984 class Monkey
990 Monkey();
991 virtual ~Monkey();
994 Monkey::Monkey()
999 Monkey::~Monkey()
1004 class SetMonkey : public Monkey
1017 : Monkey(), set(theSet)
1038 class StringSetMonkey : public Monkey
1055 : Monkey(), set(theSet), coll(theCollator), collData(theCollData)
1153 static void generateTestCase(UCollator *coll, Monkey *monkeys[], int32_t monkeyCount, UnicodeString &testCase, UnicodeString &alternate)
1165 int32_t monkey = m_rand() % monkeyCount;
1167 monkeys[monkey]->append(testCase, alternate);
1385 Monkey *monkeys[] = {