Searched refs:StringSetMonkey (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 1048 class StringSetMonkey : public Monkey class 1051 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData); 1052 ~StringSetMonkey(); 1064 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData) in StringSetMonkey() function in StringSetMonkey 1070 StringSetMonkey::~StringSetMonkey() in ~StringSetMonkey() 1075 void StringSetMonkey::append(UnicodeString &testCase, UnicodeString &alternate) in append() 1103 UnicodeString &StringSetMonkey::generateAlternative(const UnicodeString &testCase, UnicodeString &a… in generateAlternative() 1387 StringSetMonkey contractionMonkey(contractions, coll, monkeyData); in monkeyTest() 1388 StringSetMonkey expansionMonkey(expansions, coll, monkeyData); in monkeyTest()
|