Searched refs:getVariableTop (Results 1 – 13 of 13) sorted by relevance
1714 int varTopOriginal = coll.getVariableTop(); in TestVariableTop()1720 if (varTop != coll.getVariableTop()) { in TestVariableTop()1743 if (coll.getVariableTop() != varTopOriginal) { in TestVariableTop()1749 if (varTopOriginal != coll.getVariableTop()) { in TestVariableTop()1784 varTopOriginal = coll.getVariableTop(); in TestVariableTopSetting()1789 varTop2 = coll.getVariableTop(); in TestVariableTopSetting()1802 varTop2 = coll.getVariableTop(); in TestVariableTopSetting()1815 varTop2 = coll.getVariableTop(); in TestVariableTopSetting()1828 varTop2 = coll.getVariableTop(); in TestVariableTopSetting()1849 if(varTopOriginal != coll.getVariableTop()) { in TestVariableTopSetting()
781 public int getVariableTop()910 int oldVarTop = coll.getVariableTop();923 if(newVarTop != coll.getVariableTop()) {931 newVarTop2, coll.getVariableTop());
188 variableTop_ = collator.getVariableTop(); in StringSearch()322 variableTop_ = collator.getVariableTop(); in setCollator()454 varTop = collator_.getVariableTop(); in reset()1572 variableTop_ = coll.getVariableTop(); in init()
1359 public abstract int getVariableTop(); in getVariableTop() method in Collator
1009 variableTop = collatorPrimaryOnly.getVariableTop() & 0xffffffffL; in createBucketList()
1380 public int getVariableTop() { in getVariableTop() method in RuleBasedCollator
601 virtual uint32_t getVariableTop(UErrorCode &status) const;
957 virtual uint32_t getVariableTop(UErrorCode &status) const = 0;
197 variableTop = coll.getVariableTop(status); in init()
325 return Collator::fromUCollator(coll)->getVariableTop(*status); in ucol_getVariableTop()
428 variableTop = collatorPrimaryOnly_->getVariableTop(errorCode); in createBucketList()
561 RuleBasedCollator::getVariableTop(UErrorCode & /*errorCode*/) const { in getVariableTop() function in RuleBasedCollator
1526 uint32_t oldVarTop = coll->getVariableTop(status); in TestVariableTopSetting()1544 if(newVarTop != coll->getVariableTop(status)) { in TestVariableTopSetting()1552 (int64_t)newVarTop2, (int64_t)coll->getVariableTop(status)); in TestVariableTopSetting()2010 virtual uint32_t getVariableTop(UErrorCode &status) const;2195 uint32_t TestCollator::getVariableTop(UErrorCode &status) const in getVariableTop() function in TestCollator