Home | History | Annotate | Download | only in intltest

Lines Matching full:collator

35     myCollator = Collator::createInstance("en_US", status);
92 myCollator->setStrength(Collator::TERTIARY);
99 myCollator->setStrength(Collator::SECONDARY);
106 myCollator->setStrength(Collator::PRIMARY);
164 myCollator->setStrength(Collator::TERTIARY);
169 myCollator->setStrength(Collator::SECONDARY);
174 myCollator->setStrength(Collator::PRIMARY);
220 Collator *col = Collator::createInstance("en_US", status);
231 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
246 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
264 dataerrln("Class collator not instantiated");