Home | History | Annotate | Download | only in intltest

Lines Matching refs:LESS

59     Collator::LESS,
60 Collator::EQUAL, //Collator::LESS, /* Katakanas and Hiraganas are equal on tertiary level(ICU 2.0)*/
61 Collator::LESS,
62 Collator::GREATER, // Collator::LESS, /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*/
63 Collator::LESS,
64 Collator::LESS, //Collator::GREATER /* Prolonged sound mark sorts BEFORE equivalent vowel (ICU 2.0)*//* 6 */
126 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], Collator::LESS);
136 Collator::LESS);
149 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS);
163 Collator::LESS);
177 doTest(myCollation, testChooonKigooCases[i], testChooonKigooCases[i + 1], Collator::LESS);