Home | History | Annotate | Download | only in intltest

Lines Matching refs:tailored

956     RuleBasedCollator *tailored = new RuleBasedCollator(rules, status);
957 tailored->setStrength(getECollationStrength(COLLATOR[1].strength));
962 if (tailored != NULL) {
963 delete tailored;
968 strsrch->setCollator(tailored, status);
969 if (U_FAILURE(status) || (*strsrch->getCollator()) != (*tailored)) {
972 if (tailored != NULL) {
973 delete tailored;
979 if (tailored != NULL) {
980 delete tailored;
990 if (tailored != NULL) {
991 delete tailored;
998 if (tailored != NULL) {
999 delete tailored;
1820 RuleBasedCollator *tailored = new RuleBasedCollator(rules,
1828 strsrch->setCollator(tailored, status);
1829 if (U_FAILURE(status) || *(strsrch->getCollator()) != *tailored) {
1836 if (tailored != NULL) {
1837 delete tailored;
1851 if (tailored != NULL) {
1852 delete tailored;