Lines Matching refs:tailored
1074 RuleBasedCollator *tailored = new RuleBasedCollator(rules, status); in TestCollator() local
1075 tailored->setStrength(getECollationStrength(COLLATOR[1].strength)); in TestCollator()
1080 delete tailored; in TestCollator()
1084 strsrch->setCollator(tailored, status); in TestCollator()
1085 if (U_FAILURE(status) || (*strsrch->getCollator()) != (*tailored)) { in TestCollator()
1088 delete tailored; in TestCollator()
1093 delete tailored; in TestCollator()
1102 delete tailored; in TestCollator()
1108 delete tailored; in TestCollator()
1928 RuleBasedCollator *tailored = new RuleBasedCollator(rules, in TestCollatorCanonical() local
1936 strsrch->setCollator(tailored, status); in TestCollatorCanonical()
1937 if (U_FAILURE(status) || *(strsrch->getCollator()) != *tailored) { in TestCollatorCanonical()
1944 if (tailored != NULL) { in TestCollatorCanonical()
1945 delete tailored; in TestCollatorCanonical()
1959 if (tailored != NULL) { in TestCollatorCanonical()
1960 delete tailored; in TestCollatorCanonical()