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