Searched refs:newCollator (Results 1 – 1 of 1) sorted by relevance
1848 RuleBasedCollator* newCollator; in getCollator() local1849 if (U_SUCCESS(status) && (newCollator = dynamic_cast<RuleBasedCollator*>(temp)) != NULL) { in getCollator()1851 UnicodeString rules(newCollator->getRules()); in getCollator()1854 newCollator = new RuleBasedCollator(rules, status); in getCollator()1856 if (newCollator == NULL) { in getCollator()1863 newCollator->setAttribute(UCOL_DECOMPOSITION_MODE, UCOL_ON, status); in getCollator()1865 ((RuleBasedNumberFormat*)this)->collator = newCollator; in getCollator()1867 delete newCollator; in getCollator()