Home | History | Annotate | Download | only in intltest

Lines Matching full:collator

93     // Constructor from a Collator
96 RuleBasedCollator *coll = dynamic_cast<RuleBasedCollator *>(Collator::createInstance(Locale::getChinese(), status));
102 assertEquals("only the underflow label in an index built from a collator",
143 Collator *germanCol = Collator::createInstance(Locale::getGerman(), status);
549 static_cast<RuleBasedCollator *>(Collator::createInstance(Locale::getRoot(), status)));
552 dataerrln("Failed Collator::createInstance call - %s", u_errorName(status));
579 static_cast<RuleBasedCollator *>(Collator::createInstance(Locale::getChinese(), status)));
581 dataerrln("Failed Collator::createInstance call - %s", u_errorName(status));
651 static_cast<RuleBasedCollator *>(Collator::createInstance(Locale::getRoot(), status)));