Lines Matching refs:Collator
23 myCollation = Collator::createInstance(Locale::getJapan(), status); in CollationKanaTest()
56 const Collator::EComparisonResult CollationKanaTest::results[] = {
57 Collator::LESS,
58 …Collator::EQUAL, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.…
59 Collator::LESS,
60 …Collator::GREATER, // Collator::LESS, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2…
61 Collator::LESS,
62 …Collator::LESS, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU …
108 myCollation->setStrength(Collator::TERTIARY); in TestTertiary()
122 myCollation->setStrength(Collator::PRIMARY); in TestBase()
124 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], Collator::LESS); in TestBase()
131 myCollation->setStrength(Collator::SECONDARY); in TestPlainDakutenHandakuten()
134 Collator::LESS); in TestPlainDakutenHandakuten()
144 myCollation->setStrength(Collator::TERTIARY); in TestSmallLarge()
147 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS); in TestSmallLarge()
157 myCollation->setStrength(Collator::QUATERNARY); in TestKatakanaHiragana()
161 Collator::LESS); in TestKatakanaHiragana()
172 myCollation->setStrength(Collator::QUATERNARY); in TestChooonKigoo()
175 doTest(myCollation, testChooonKigooCases[i], testChooonKigooCases[i + 1], Collator::LESS); in TestChooonKigoo()