Home | History | Annotate | Download | only in cintltst

Lines Matching refs:tailored

829           UCollator     *tailored = NULL; 
850 tailored = usearch_getCollator(strsrch);
854 ucol_setStrength(tailored, UCOL_PRIMARY);
879 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength,
885 usearch_setCollator(strsrch, tailored, &status);
886 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) {
905 if (tailored != NULL) {
906 ucol_close(tailored);
1932 UCollator *tailored = NULL;
1965 tailored = ucol_openRules(rules, -1, UCOL_ON,
1971 usearch_setCollator(strsrch, tailored, &status);
1972 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) {
1995 if (tailored != NULL) {
1996 ucol_close(tailored);