Lines Matching defs:coll
148 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer,… in sortKeyToString()
232 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, c… in compareUsingPartials()
596 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollati… in genericOrderingTestWithResult()
627 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) { in genericOrderingTest()
633 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarter() local
650 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithResult() local
672 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithOptionsAndResult() local
693 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithOptionsAndResult() local
720 UCollator *coll = NULL; in genericRulesStarterWithResult() local
1196 UCollator* coll=0; in TestInvalidRules() local
1279 UCollator *coll = ucol_open("es", &status); in TestFCDCrash() local