Home | History | Annotate | Download | only in intltest

Lines Matching refs:SECONDARY

166     col->setStrength(Collator::SECONDARY);
167 doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary difference");
169 doAssert((col->getStrength() == Collator::SECONDARY), "collation object has the wrong strength");
209 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 ....");
1239 logln("Use secondary comparision level testing ...\n");
1240 col->setStrength(Collator::SECONDARY);