Home | History | Annotate | Download | only in intltest

Lines Matching refs:SECONDARY

172     col->setStrength(Collator::SECONDARY);
173 doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary difference");
175 doAssert((col->getStrength() == Collator::SECONDARY), "collation object has the wrong strength");
223 doAssert((col->getStrength() != Collator::SECONDARY), "collation object's strength is secondary difference");
636 col->setStrength(Collator::SECONDARY);
721 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same");
739 /* NO! Secondary orders of two CEs are not related, especially in the case of '_' vs 'I' */
742 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should not be the same");
776 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should be the same");
799 /* NO! Secondary orders of two CEs are not related, especially in the case of '_' vs 'I' */
802 CollationElementIterator::secondaryOrder(order3)), "The secondary orders should not be the same");
992 col->setStrength(Collator::SECONDARY);
993 logln("Use secondary comparison level testing ....");
1193 logln("Use secondary comparision level testing ...\n");
1194 col->setStrength(Collator::SECONDARY);
1207 "Binary format for 'abcda' sortkey different for secondary strength!");