• Home
  • Raw
  • Download

Lines Matching refs:getStrength

132     doAssert((col->getStrength() == Collator::TERTIARY), "collation object has the wrong strength");  in TestProperty()
133 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
138 …doAssert((col->getStrength() != Collator::TERTIARY), "collation object's strength is secondary dif… in TestProperty()
139 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
140 … doAssert((col->getStrength() == Collator::SECONDARY), "collation object has the wrong strength"); in TestProperty()
182 doAssert((col->getStrength() != Collator::TERTIARY), "collation object has the wrong strength"); in TestProperty()
183 …doAssert((col->getStrength() == Collator::PRIMARY), "collation object's strength is not primary di… in TestProperty()
187 …doAssert((col->getStrength() == Collator::TERTIARY), "collation object's strength is not tertiary … in TestProperty()
188 …doAssert((col->getStrength() != Collator::PRIMARY), "collation object's strength is primary differ… in TestProperty()
189 …doAssert((col->getStrength() != Collator::SECONDARY), "collation object's strength is secondary di… in TestProperty()
1091 if (col->getStrength() != Collator::TERTIARY) in TestSortKey()
2028 virtual ECollationStrength getStrength(void) const;
2161 Collator::ECollationStrength TestCollator::getStrength() const in getStrength() function in TestCollator
2525 " s: " + c->getStrength() + in dump()