• Home
  • Raw
  • Download

Lines Matching refs:UCollator

146 static char* U_EXPORT2 sortKeyToString(const UCollator *coll, const uint8_t *sortkey, char *buffer,…  in sortKeyToString()
230 static UCollationResult compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, c… in compareUsingPartials()
268 static void doTestVariant(UCollator* myCollation, const UChar source[], const UChar target[], UColl… in doTestVariant()
449 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult re… in doTest()
593 void genericOrderingTestWithResult(UCollator *coll, const char * const s[], uint32_t size, UCollati… in genericOrderingTestWithResult()
624 void genericOrderingTest(UCollator *coll, const char * const s[], uint32_t size) { in genericOrderingTest()
630 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarter()
647 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithResult()
669 UCollator *coll = ucol_openRules(rlz, rlen, UCOL_DEFAULT, UCOL_DEFAULT,NULL, &status); in genericRulesStarterWithOptionsAndResult()
690 UCollator *coll = ucol_open(locale, &status); in genericLocaleStarterWithOptionsAndResult()
717 UCollator *coll = NULL; in genericRulesStarterWithResult()
738 UCollator *myCollation; in TestTertiary()
763 UCollator *myCollation; in TestPrimary()
790 UCollator *myCollation; in TestSecondary()
815 UCollator *myCollation; in TestIdentical()
839 UCollator *myCollation; in TestExtra()
874 UCollator *myCollator = 0; in TestJB581()
914 UCollator *myCollator = 0; in TestJB1401()
1016 UCollator *myCollation; in TestVariableTop()
1017 UCollator *enCollation; in TestVariableTop()
1093 UCollator *myCollation; in TestSurrogates()
1094 UCollator *enCollation; in TestSurrogates()
1184 UCollator* coll=0; in TestInvalidRules()
1205 UCollator* c1 = NULL; in TestJitterbug1098()
1264 UCollator *coll = ucol_open("es", &status); in TestFCDCrash()