Home | History | Annotate | Download | only in cintltst

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)
421 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult result)
565 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollationResult result) {
596 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) {
602 UCollator *coll = ucol_open(locale, &status);
619 UCollator *coll = ucol_open(locale, &status);
641 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status);
662 UCollator *coll = ucol_open(locale, &status);
689 UCollator *coll = NULL;
710 UCollator *myCollation;
735 UCollator *myCollation;
762 UCollator *myCollation;
787 UCollator *myCollation;
811 UCollator *myCollation;
846 UCollator *myCollator = 0;
886 UCollator *myCollator = 0;
988 UCollator *myCollation;
989 UCollator *enCollation;
1065 UCollator *myCollation;
1066 UCollator *enCollation;
1156 UCollator* coll=0;
1177 UCollator* c1 = NULL;
1236 UCollator *coll = ucol_open("es", &status);