Lines Matching refs:UCollator
334 OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset = 0);
359 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset) in OrderList()
725 UCollator *coll = NULL; in sharpSTest()
782 UCollator *coll = NULL; in goodSuffixTest()
1042 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData);
1051 UCollator *coll;
1055 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData) in StringSetMonkey()
1154 static void generateTestCase(UCollator *coll, Monkey *monkeys[], int32_t monkeyCount, UnicodeString… in generateTestCase()
1178 static UBool simpleSearch(UCollator *coll, const UnicodeString &target, int32_t offset, const Unico… in simpleSearch()
1305 int32_t SSearchTest::monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeSt… in monkeyTestCase()
1360 UCollator *coll = ucol_openFromShortString("S1", FALSE, NULL, &status); in monkeyTest()