• Home
  • Raw
  • Download

Lines Matching refs:getStrength

170     doAssert((col->getStrength() == Collator::TERTIARY), "collation object has the wrong strength");  in TestProperty()
171 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
176 …doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary dif… in TestProperty()
177 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
178 … doAssert((col->getStrength() == Collator::SECONDARY), "collation object has the wrong strength"); in TestProperty()
218 doAssert((col->getStrength() != Collator::TERTIARY), "collation object has the wrong strength"); in TestProperty()
219 …doAssert((col->getStrength() == Collator::PRIMARY), "collation object's strength is not primary di… in TestProperty()
223 …doAssert((col->getStrength() == Collator::TERTIARY), "collation object's strength is not tertiary … in TestProperty()
224 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
225 …doAssert((col->getStrength() != Collator::SECONDARY), "collation object's strength is secondary di… in TestProperty()
1110 if (col->getStrength() != Collator::TERTIARY) in TestSortKey()
1961 virtual ECollationStrength getStrength(void) const;
2092 Collator::ECollationStrength TestCollator::getStrength() const in getStrength() function in TestCollator
2316 " s: " + c->getStrength() + in dump()