Lines Matching defs:coll
146 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer,… in sortKeyToString()
230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, c… in compareUsingPartials()
565 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollati… in genericOrderingTestWithResult()
596 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) { in genericOrderingTest()
602 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarter() local
619 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithResult() local
641 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithOptionsAndResult() local
662 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithOptionsAndResult() local
689 UCollator *coll = NULL; in genericRulesStarterWithResult() local
1156 UCollator* coll=0; in TestInvalidRules() local
1236 UCollator *coll = ucol_open("es", &status); in TestFCDCrash() local