Searched refs:StringSetMonkey (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1038 class StringSetMonkey : public Monkey class 1041 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData); 1042 ~StringSetMonkey(); 1054 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData) in StringSetMonkey() function in StringSetMonkey 1060 StringSetMonkey::~StringSetMonkey() in ~StringSetMonkey() 1065 void StringSetMonkey::append(UnicodeString &testCase, UnicodeString &alternate) in append() 1093 UnicodeString &StringSetMonkey::generateAlternative(const UnicodeString &testCase, UnicodeString &a… in generateAlternative() 1377 StringSetMonkey contractionMonkey(contractions, coll, monkeyData); in monkeyTest() 1378 StringSetMonkey expansionMonkey(expansions, coll, monkeyData); in monkeyTest()
|