Home | History | Annotate | Download | only in cintltst

Lines Matching full:tailored

928           UCollator     *tailored = NULL; 
949 tailored = usearch_getCollator(strsrch);
953 ucol_setStrength(tailored, UCOL_PRIMARY);
978 tailored = ucol_openRules(rules, -1, UCOL_ON, COLLATOR[1].strength,
984 usearch_setCollator(strsrch, tailored, &status);
985 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) {
1004 if (tailored != NULL) {
1005 ucol_close(tailored);
2031 UCollator *tailored = NULL;
2064 tailored = ucol_openRules(rules, -1, UCOL_ON,
2070 usearch_setCollator(strsrch, tailored, &status);
2071 if (U_FAILURE(status) || usearch_getCollator(strsrch) != tailored) {
2094 if (tailored != NULL) {
2095 ucol_close(tailored);