Lines Matching full:ucollator
437 UCollator *coll = ucol_open(testCases[t].locale, &status);
630 UCollator *collator = ucol_open(clocale, &status);
685 OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset = 0);
710 OrderList::OrderList(UCollator *coll, const UnicodeString &string, int32_t stringOffset)
1089 PCEList(UCollator *coll, const UnicodeString &string);
1112 PCEList::PCEList(UCollator *coll, const UnicodeString &string)
1228 UCollator *coll = NULL;
1376 UCollator *coll = NULL;
1452 UCollator *coll = NULL;
1607 errcheckln(status, "Unable to open UCollator or CollData. - %s", u_errorName(status));
1746 StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData);
1755 UCollator *coll;
1759 StringSetMonkey::StringSetMonkey(const USet *theSet, UCollator *theCollator, CollData *theCollData)
1858 static void generateTestCase(UCollator *coll, Monkey *monkeys[], int32_t monkeyCount, UnicodeString &testCase, UnicodeString &alternate)
1959 static UBool simpleSearch(UCollator *coll, const UnicodeString &target, int32_t offset, const UnicodeString &pattern, int32_t &matchStart, int32_t &matchEnd)
2086 int32_t SSearchTest::monkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,
2155 int32_t SSearchTest::bmMonkeyTestCase(UCollator *coll, const UnicodeString &testCase, const UnicodeString &pattern, const UnicodeString &altPattern,
2209 //UCollator *coll = ucol_open(NULL, &status);
2210 UCollator *coll = ucol_openFromShortString("S1", FALSE, NULL, &status);
2349 UCollator *coll = ucol_openFromShortString("LEN_S1", FALSE, NULL, &status);