Home | History | Annotate | Download | only in intltest

Lines Matching refs:PRIMARY

169     doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
175 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
214 col->setStrength(Collator::PRIMARY);
217 doAssert((col->getStrength() == Collator::PRIMARY), "collation object's strength is not primary difference");
222 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
469 someCollators[index]->setStrength(Collator::PRIMARY);
719 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same");
733 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical");
774 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same");
788 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical");
900 RuleBasedCollator *col9 = new RuleBasedCollator(ruleset2, Collator::PRIMARY, UCOL_ON, success);
999 col->setStrength(Collator::PRIMARY);
1000 logln("Use primary comparison level testing ....");