Home | History | Annotate | Download | only in intltest

Lines Matching refs:SECONDARY

175     col->setStrength(Collator::SECONDARY);
176 doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary difference");
178 doAssert((col->getStrength() == Collator::SECONDARY), "collation object has the wrong strength");
225 doAssert((col->getStrength() != Collator::SECONDARY), "collation object's strength is secondary difference");
638 col->setStrength(Collator::SECONDARY);
723 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same");
741 /* NO! Secondary orders of two CEs are not related, especially in the case of '_' vs 'I' */
744 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should not be the same");
778 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same");
801 /* NO! Secondary orders of two CEs are not related, especially in the case of '_' vs 'I' */
804 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should not be the same");
994 col->setStrength(Collator::SECONDARY);
995 logln("Use secondary comparison level testing ....");
1195 logln("Use secondary comparision level testing ...\n");
1196 col->setStrength(Collator::SECONDARY);
1209 "Binary format for 'abcda' sortkey different for secondary strength!");