Home | History | Annotate | Download | only in intltest

Lines Matching refs:PRIMARY

171     doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
177 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
216 col->setStrength(Collator::PRIMARY);
219 doAssert((col->getStrength() == Collator::PRIMARY), "collation object's strength is not primary difference");
224 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
471 someCollators[index]->setStrength(Collator::PRIMARY);
721 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same");
735 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical");
776 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same");
790 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical");
902 RuleBasedCollator *col9 = new RuleBasedCollator(ruleset2, Collator::PRIMARY, UCOL_ON, success);
1001 col->setStrength(Collator::PRIMARY);
1002 logln("Use primary comparison level testing ....");
1266 // 2 bytes for the Cyrillic i, 1 byte for the primary-compression terminator,
1286 // Each 'a' in the prefix should result in one primary sort key byte.