Home | History | Annotate | Download | only in intltest

Lines Matching defs:tailored

1071     RuleBasedCollator *tailored = new RuleBasedCollator(rules, status);
1072 tailored->setStrength(getECollationStrength(COLLATOR[1].strength));
1077 delete tailored;
1081 strsrch->setCollator(tailored, status);
1082 if (U_FAILURE(status) || (*strsrch->getCollator()) != (*tailored)) {
1085 delete tailored;
1090 delete tailored;
1099 delete tailored;
1105 delete tailored;
1925 RuleBasedCollator *tailored = new RuleBasedCollator(rules,
1933 strsrch->setCollator(tailored, status);
1934 if (U_FAILURE(status) || *(strsrch->getCollator()) != *tailored) {
1941 if (tailored != NULL) {
1942 delete tailored;
1956 if (tailored != NULL) {
1957 delete tailored;