Searched refs:newCollator (Results 1 – 1 of 1) sorted by relevance
1543 RuleBasedCollator* newCollator; in getCollator() local1544 if (U_SUCCESS(status) && (newCollator = dynamic_cast<RuleBasedCollator*>(temp)) != NULL) { in getCollator()1546 UnicodeString rules(newCollator->getRules()); in getCollator()1549 newCollator = new RuleBasedCollator(rules, status); in getCollator()1551 if (newCollator == NULL) { in getCollator()1558 newCollator->setAttribute(UCOL_DECOMPOSITION_MODE, UCOL_ON, status); in getCollator()1560 ((RuleBasedNumberFormat*)this)->collator = newCollator; in getCollator()1562 delete newCollator; in getCollator()