Lines Matching full:secondary
141 col->setStrength(Collator::SECONDARY);
142 doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary difference");
144 doAssert((col->getStrength() == Collator::SECONDARY), "collation object has the wrong strength");
193 doAssert((col->getStrength() != Collator::SECONDARY), "collation object's strength is secondary difference");
602 col->setStrength(Collator::SECONDARY);
687 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same");
705 /* NO! Secondary orders of two CEs are not related, especially in the case of '_' vs 'I' */
708 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should not be the same");
742 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same");
765 /* NO! Secondary orders of two CEs are not related, especially in the case of '_' vs 'I' */
768 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should not be the same");
956 col->setStrength(Collator::SECONDARY);
957 logln("Use secondary comparison level testing ....");
1157 logln("Use secondary comparision level testing ...\n");
1158 col->setStrength(Collator::SECONDARY);
1171 "Binary format for 'abcda' sortkey different for secondary strength!");