Lines Matching full:ucollator
147 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer, uint32_t *len) {
230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode *status) {
268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
421 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
562 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollationResult result) {
593 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) {
599 UCollator *coll = ucol_open(locale, &status);
616 UCollator *coll = ucol_open(locale, &status);
638 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
659 UCollator *coll = ucol_open(locale, &status);
686 UCollator *coll = NULL;
707 UCollator *myCollation;
732 UCollator *myCollation;
759 UCollator *myCollation;
784 UCollator *myCollation;
808 UCollator *myCollation;
843 UCollator *myCollator = 0;
883 UCollator *myCollator = 0;
985 UCollator *myCollation;
986 UCollator *enCollation;
1062 UCollator *myCollation;
1063 UCollator *enCollation;
1153 UCollator* coll=0;
1174 UCollator* c1 = NULL;
1233 UCollator *coll = ucol_open("es", &status);