Home | History | Annotate | Download | only in intltest

Lines Matching refs:tailored

966     RuleBasedCollator *tailored = new RuleBasedCollator(rules, status);
967 tailored->setStrength(getECollationStrength(COLLATOR[1].strength));
972 if (tailored != NULL) {
973 delete tailored;
978 strsrch->setCollator(tailored, status);
979 if (U_FAILURE(status) || (*strsrch->getCollator()) != (*tailored)) {
982 if (tailored != NULL) {
983 delete tailored;
989 if (tailored != NULL) {
990 delete tailored;
1000 if (tailored != NULL) {
1001 delete tailored;
1008 if (tailored != NULL) {
1009 delete tailored;
1830 RuleBasedCollator *tailored = new RuleBasedCollator(rules,
1838 strsrch->setCollator(tailored, status);
1839 if (U_FAILURE(status) || *(strsrch->getCollator()) != *tailored) {
1846 if (tailored != NULL) {
1847 delete tailored;
1861 if (tailored != NULL) {
1862 delete tailored;