Lines Matching refs:Collator
40 myCollation = Collator::createInstance(Locale("es", "ES", ""),status); in CollationSpanishTest()
72 const Collator::EComparisonResult CollationSpanishTest::results[] = {
73 Collator::LESS,
74 Collator::LESS,
75 Collator::GREATER,
76 Collator::LESS,
77 Collator::LESS,
79 Collator::LESS,
80 Collator::EQUAL,
81 Collator::LESS,
82 Collator::EQUAL
88 myCollation->setStrength(Collator::TERTIARY); in TestTertiary()
96 myCollation->setStrength(Collator::PRIMARY); in TestPrimary()