Lines Matching defs:coll
150 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer,… in sortKeyToString()
235 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, c… in compareUsingPartials()
599 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollati… in genericOrderingTestWithResult()
630 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) { in genericOrderingTest()
636 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarter() local
653 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithResult() local
675 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithOptionsAndResult() local
696 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithOptionsAndResult() local
723 UCollator *coll = NULL; in genericRulesStarterWithResult() local
1199 UCollator* coll=0; in TestInvalidRules() local
1282 UCollator *coll = ucol_open("es", &status); in TestFCDCrash() local