Home | History | Annotate | Download | only in intltest

Lines Matching refs:PRIMARY

137     doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
143 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
184 col->setStrength(Collator::PRIMARY);
187 doAssert((col->getStrength() == Collator::PRIMARY), "collation object's strength is not primary difference");
192 doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary difference");
409 someCollators[index]->setStrength(Collator::PRIMARY);
685 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same");
699 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical");
740 CollationElementIterator::primaryOrder(order3)), "The primary orders should be the same");
754 CollationElementIterator::primaryOrder(order3)), "The primary orders should be identical");
866 RuleBasedCollator *col9 = new RuleBasedCollator(ruleset2, Collator::PRIMARY, UCOL_ON, success);
963 col->setStrength(Collator::PRIMARY);
964 logln("Use primary comparison level testing ....");
1228 // 2 bytes for the Cyrillic i, 1 byte for the primary-compression terminator,
1248 // Each 'a' in the prefix should result in one primary sort key byte.
2355 assertEquals("rbc/primary: u-umlaut==ue", UCOL_EQUAL, rbc->compare(uUmlaut, ue, errorCode));
2367 assertEquals("rbc2.strength==primary", UCOL_PRIMARY, rbc2.getAttribute(UCOL_STRENGTH, errorCode));
2379 assertEquals("rbc3.strength==primary", UCOL_PRIMARY, rbc3.getAttribute(UCOL_STRENGTH, errorCode));
2391 // and characters with appropriate 3-byte primary weights.