Home
last modified time | relevance | path

Searched refs:getVariableTop (Results 1 – 25 of 42) sorted by relevance

12

/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java1753 int varTopOriginal = coll.getVariableTop(); in TestVariableTop()
1759 if (varTop != coll.getVariableTop()) { in TestVariableTop()
1782 if (coll.getVariableTop() != varTopOriginal) { in TestVariableTop()
1788 if (varTopOriginal != coll.getVariableTop()) { in TestVariableTop()
1824 varTopOriginal = coll.getVariableTop(); in TestVariableTopSetting()
1829 varTop2 = coll.getVariableTop(); in TestVariableTopSetting()
1842 varTop2 = coll.getVariableTop(); in TestVariableTopSetting()
1855 varTop2 = coll.getVariableTop(); in TestVariableTopSetting()
1868 varTop2 = coll.getVariableTop(); in TestVariableTopSetting()
1889 if(varTopOriginal != coll.getVariableTop()) { in TestVariableTopSetting()
DCollationAPITest.java805 public int getVariableTop()
1005 int oldVarTop = coll.getVariableTop();
1018 if(newVarTop != coll.getVariableTop()) {
1026 newVarTop2, coll.getVariableTop());
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationMiscTest.java1756 int varTopOriginal = coll.getVariableTop(); in TestVariableTop()
1762 if (varTop != coll.getVariableTop()) { in TestVariableTop()
1785 if (coll.getVariableTop() != varTopOriginal) { in TestVariableTop()
1791 if (varTopOriginal != coll.getVariableTop()) { in TestVariableTop()
1827 varTopOriginal = coll.getVariableTop(); in TestVariableTopSetting()
1832 varTop2 = coll.getVariableTop(); in TestVariableTopSetting()
1845 varTop2 = coll.getVariableTop(); in TestVariableTopSetting()
1858 varTop2 = coll.getVariableTop(); in TestVariableTopSetting()
1871 varTop2 = coll.getVariableTop(); in TestVariableTopSetting()
1892 if(varTopOriginal != coll.getVariableTop()) { in TestVariableTopSetting()
DCollationAPITest.java808 public int getVariableTop()
1008 int oldVarTop = coll.getVariableTop();
1021 if(newVarTop != coll.getVariableTop()) {
1029 newVarTop2, coll.getVariableTop());
/third_party/icu/tools/multi/proj/provider/glue/
Dcoll_fe.cpp73 virtual uint32_t getVariableTop(UErrorCode&) const; \
276 uint32_t GLUE_SYM ( Collator ) :: getVariableTop(UErrorCode&) const { in GLUE_SYM()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringSearch.java191 variableTop_ = collator.getVariableTop(); in StringSearch()
321 variableTop_ = collator.getVariableTop(); in setCollator()
445 varTop = collator_.getVariableTop(); in reset()
1651 variableTop_ = coll.getVariableTop(); in init()
DCollator.java1319 public abstract int getVariableTop(); in getVariableTop() method in Collator
DAlphabeticIndex.java966 variableTop = collatorPrimaryOnly.getVariableTop() & 0xffffffffL; in createBucketList()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java192 variableTop_ = collator.getVariableTop(); in StringSearch()
328 variableTop_ = collator.getVariableTop(); in setCollator()
460 varTop = collator_.getVariableTop(); in reset()
1667 variableTop_ = coll.getVariableTop(); in init()
DCollator.java1372 public abstract int getVariableTop(); in getVariableTop() method in Collator
DAlphabeticIndex.java1012 variableTop = collatorPrimaryOnly.getVariableTop() & 0xffffffffL; in createBucketList()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dcoll.h978 virtual uint32_t getVariableTop(UErrorCode &status) const = 0;
Dtblcoll.h609 virtual uint32_t getVariableTop(UErrorCode &status) const;
/third_party/icu/icu4c/source/i18n/unicode/
Dcoll.h978 virtual uint32_t getVariableTop(UErrorCode &status) const = 0;
Dtblcoll.h609 virtual uint32_t getVariableTop(UErrorCode &status) const override;
/third_party/node/deps/icu-small/source/i18n/unicode/
Dcoll.h978 virtual uint32_t getVariableTop(UErrorCode &status) const = 0;
Dtblcoll.h609 virtual uint32_t getVariableTop(UErrorCode &status) const override;
/third_party/node/deps/icu-small/source/i18n/
Ducoleitr.cpp209 variableTop = coll.getVariableTop(status); in init()
Ducol.cpp334 return Collator::fromUCollator(coll)->getVariableTop(*status); in ucol_getVariableTop()
Dalphaindex.cpp430 variableTop = collatorPrimaryOnly_->getVariableTop(errorCode); in createBucketList()
/third_party/icu/icu4c/source/i18n/
Ducoleitr.cpp209 variableTop = coll.getVariableTop(status); in init()
Ducol.cpp334 return Collator::fromUCollator(coll)->getVariableTop(*status); in ucol_getVariableTop()
/third_party/skia/third_party/externals/icu/source/i18n/
Ducoleitr.cpp209 variableTop = coll.getVariableTop(status); in init()
Ducol.cpp328 return Collator::fromUCollator(coll)->getVariableTop(*status); in ucol_getVariableTop()
/third_party/icu/icu4c/source/test/intltest/
Dapicoll.cpp1545 uint32_t oldVarTop = coll->getVariableTop(status); in TestVariableTopSetting()
1563 if(newVarTop != coll->getVariableTop(status)) { in TestVariableTopSetting()
1571 (int64_t)newVarTop2, (int64_t)coll->getVariableTop(status)); in TestVariableTopSetting()
2041 virtual uint32_t getVariableTop(UErrorCode &status) const override;
2226 uint32_t TestCollator::getVariableTop(UErrorCode &status) const in getVariableTop() function in TestCollator

12