Home | History | Annotate | Download | only in intltest

Lines Matching refs:TERTIARY

170     doAssert((col->getStrength() == Collator::TERTIARY), "collation object has the wrong strength");
176 doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary difference");
218 doAssert((col->getStrength() != Collator::TERTIARY), "collation object has the wrong strength");
222 col->setStrength(Collator::TERTIARY);
223 doAssert((col->getStrength() == Collator::TERTIARY), "collation object's strength is not tertiary difference");
470 col->setStrength(Collator::TERTIARY);
553 col->setStrength(Collator::TERTIARY);
573 logln("Use tertiary comparison level testing ....");
725 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same");
737 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different");
780 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be the same");
792 CollationElementIterator::tertiaryOrder(order3)), "The tertiary orders should be different");
890 RuleBasedCollator *col7 = new RuleBasedCollator(ruleset2, Collator::TERTIARY, success);
892 errln("The RuleBasedCollator constructor failed when building with the 2nd rule set with tertiary strength.");
904 errln("The RuleBasedCollator constructor failed when building with the 2nd rule set with tertiary strength and Normalizer::NO_OP.");
988 logln("Use tertiary comparison level testing ....");
1110 if (col->getStrength() != Collator::TERTIARY)
1126 logln("Use tertiary comparison level testing ....\n");
2094 return TERTIARY;
2100 newStrength = TERTIARY;
2273 c0->setStrength(Collator::TERTIARY);
2278 c1->setStrength(Collator::TERTIARY);