Home | History | Annotate | Download | only in intltest

Lines Matching full:monkey

985 class Monkey
991 Monkey();
992 virtual ~Monkey();
995 Monkey::Monkey()
1000 Monkey::~Monkey()
1005 class SetMonkey : public Monkey
1018 : Monkey(), set(theSet)
1039 class StringSetMonkey : public Monkey
1056 : Monkey(), set(theSet), coll(theCollator), collData(theCollData)
1154 static void generateTestCase(UCollator *coll, Monkey *monkeys[], int32_t monkeyCount, UnicodeString &testCase, UnicodeString &alternate)
1166 int32_t monkey = m_rand() % monkeyCount;
1168 monkeys[monkey]->append(testCase, alternate);
1386 Monkey *monkeys[] = {