Lines Matching refs:Collator
25 myCollation = Collator::createInstance(Locale::getJapan(), status); in CollationKanaTest()
58 const Collator::EComparisonResult CollationKanaTest::results[] = {
59 Collator::LESS,
60 …Collator::EQUAL, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.…
61 Collator::LESS,
62 …Collator::GREATER, // Collator::LESS, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2…
63 Collator::LESS,
64 …Collator::LESS, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU …
110 myCollation->setStrength(Collator::TERTIARY); in TestTertiary()
124 myCollation->setStrength(Collator::PRIMARY); in TestBase()
126 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], Collator::LESS); in TestBase()
133 myCollation->setStrength(Collator::SECONDARY); in TestPlainDakutenHandakuten()
136 Collator::LESS); in TestPlainDakutenHandakuten()
146 myCollation->setStrength(Collator::TERTIARY); in TestSmallLarge()
149 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS); in TestSmallLarge()
159 myCollation->setStrength(Collator::QUATERNARY); in TestKatakanaHiragana()
163 Collator::LESS); in TestKatakanaHiragana()
174 myCollation->setStrength(Collator::QUATERNARY); in TestChooonKigoo()
177 doTest(myCollation, testChooonKigooCases[i], testChooonKigooCases[i + 1], Collator::LESS); in TestChooonKigoo()