Lines Matching refs:UCollator
146 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)
449 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
593 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollationResult result) {
624 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) {
630 UCollator *coll = ucol_open(locale, &status);
647 UCollator *coll = ucol_open(locale, &status);
669 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
690 UCollator *coll = ucol_open(locale, &status);
717 UCollator *coll = NULL;
738 UCollator *myCollation;
763 UCollator *myCollation;
790 UCollator *myCollation;
815 UCollator *myCollation;
839 UCollator *myCollation;
874 UCollator *myCollator = 0;
914 UCollator *myCollator = 0;
1016 UCollator *myCollation;
1017 UCollator *enCollation;
1093 UCollator *myCollation;
1094 UCollator *enCollation;
1184 UCollator* coll=0;
1205 UCollator* c1 = NULL;
1264 UCollator *coll = ucol_open("es", &status);