Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tailored

822           UCollator     *tailored = NULL; 
843 tailored = usearch_getCollator(strsrch);
847 ucol_setStrength(tailored, UCOL_PRIMARY);
872 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength,
878 usearch_setCollator(strsrch, tailored, &status);
879 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) {
898 if (tailored != NULL) {
899 ucol_close(tailored);
1925 UCollator *tailored = NULL;
1958 tailored = ucol_openRules(rules, -1, UCOL_ON,
1964 usearch_setCollator(strsrch, tailored, &status);
1965 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) {
1988 if (tailored != NULL) {
1989 ucol_close(tailored);