Home | History | Annotate | Download | only in intltest

Lines Matching refs:LESS

57     Collator::LESS,
58 Collator::EQUAL, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
59 Collator::LESS,
60 Collator::GREATER, // Collator::LESS, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
61 Collator::LESS,
62 Collator::LESS, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
124 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], Collator::LESS);
134 Collator::LESS);
147 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS);
161 Collator::LESS);
175 doTest(myCollation, testChooonKigooCases[i], testChooonKigooCases[i + 1], Collator::LESS);