• Home
  • Raw
  • Download

Lines Matching refs:getStrength

138     doAssert((col->getStrength() == Collator::TERTIARY), "collation object has the wrong strength");  in TestProperty()
139 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
144 …doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary dif… in TestProperty()
145 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
146 … doAssert((col->getStrength() == Collator::SECONDARY), "collation object has the wrong strength"); in TestProperty()
188 doAssert((col->getStrength() != Collator::TERTIARY), "collation object has the wrong strength"); in TestProperty()
189 …doAssert((col->getStrength() == Collator::PRIMARY), "collation object's strength is not primary di… in TestProperty()
193 …doAssert((col->getStrength() == Collator::TERTIARY), "collation object's strength is not tertiary … in TestProperty()
194 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
195 …doAssert((col->getStrength() != Collator::SECONDARY), "collation object's strength is secondary di… in TestProperty()
1074 if (col->getStrength() != Collator::TERTIARY) in TestSortKey()
1999 virtual ECollationStrength getStrength(void) const;
2132 Collator::ECollationStrength TestCollator::getStrength() const in getStrength() function in TestCollator
2461 " s: " + c->getStrength() + in dump()