Home | History | Annotate | Download | only in intltest

Lines Matching refs:CollData

25 #include "colldata.h"
1044 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData);
1054 CollData *collData;
1057 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData)
1058 : Monkey(), set(theSet), coll(theCollator), collData(theCollData)
1111 const StringList *strings = collData->getStringList(ce);
1134 ceList2 = collData->getCEList(string);
1138 collData->freeCEList((CEList *) ceList2);
1144 collData->freeCEList(ceList2);
1369 CollData *monkeyData = new CollData(coll, status);