Home | History | Annotate | Download | only in intltest

Lines Matching refs:Collator

38     myCollation = Collator::createInstance(Locale("es", "ES", ""),status);
70 const Collator::EComparisonResult CollationSpanishTest::results[] = {
71 Collator::LESS,
72 Collator::LESS,
73 Collator::GREATER,
74 Collator::LESS,
75 Collator::LESS,
77 Collator::LESS,
78 Collator::EQUAL,
79 Collator::LESS,
80 Collator::EQUAL
86 myCollation->setStrength(Collator::TERTIARY);
94 myCollation->setStrength(Collator::PRIMARY);
105 dataerrln(__FILE__ " cannot test - failed to create collator.");