Home
last modified time | relevance | path

Searched refs:nodeFromStrength (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java218 node = nodeFromWeight16(weight16) | nodeFromStrength(strength); in addReset()
643 nodeFromWeight16(Collation.COMMON_WEIGHT16) | nodeFromStrength(level); in findOrInsertWeakNode()
653 node = nodeFromWeight16(weight16) | nodeFromStrength(level); in findOrInsertWeakNode()
687 node = nodeFromWeight16(weight16) | nodeFromStrength(level); in findOrInsertWeakNode()
715 node = IS_TAILORED | nodeFromStrength(strength);
1451 private static long nodeFromStrength(int strength) { in nodeFromStrength() method in CollationBuilder
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationBuilder.java222 node = nodeFromWeight16(weight16) | nodeFromStrength(strength); in addReset()
647 nodeFromWeight16(Collation.COMMON_WEIGHT16) | nodeFromStrength(level); in findOrInsertWeakNode()
657 node = nodeFromWeight16(weight16) | nodeFromStrength(level); in findOrInsertWeakNode()
691 node = nodeFromWeight16(weight16) | nodeFromStrength(level); in findOrInsertWeakNode()
719 node = IS_TAILORED | nodeFromStrength(strength);
1455 private static long nodeFromStrength(int strength) { in nodeFromStrength() method in CollationBuilder
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationbuilder.cpp419 node = nodeFromWeight16(weight16) | nodeFromStrength(strength); in addReset()
890 nodeFromWeight16(Collation::COMMON_WEIGHT16) | nodeFromStrength(level); in findOrInsertWeakNode()
900 node = nodeFromWeight16(weight16) | nodeFromStrength(level); in findOrInsertWeakNode()
934 node = nodeFromWeight16(weight16) | nodeFromStrength(level); in findOrInsertWeakNode()
958 node = IS_TAILORED | nodeFromStrength(strength); in insertTailoredNodeAfter()
Dcollationbuilder.h255 static inline int64_t nodeFromStrength(int32_t strength) { in nodeFromStrength() function
/third_party/icu/icu4c/source/i18n/
Dcollationbuilder.cpp421 node = nodeFromWeight16(weight16) | nodeFromStrength(strength); in addReset()
896 nodeFromWeight16(Collation::COMMON_WEIGHT16) | nodeFromStrength(level); in findOrInsertWeakNode()
906 node = nodeFromWeight16(weight16) | nodeFromStrength(level); in findOrInsertWeakNode()
940 node = nodeFromWeight16(weight16) | nodeFromStrength(level); in findOrInsertWeakNode()
964 node = IS_TAILORED | nodeFromStrength(strength); in insertTailoredNodeAfter()
Dcollationbuilder.h256 static inline int64_t nodeFromStrength(int32_t strength) { in nodeFromStrength() function
/third_party/node/deps/icu-small/source/i18n/
Dcollationbuilder.cpp421 node = nodeFromWeight16(weight16) | nodeFromStrength(strength); in addReset()
896 nodeFromWeight16(Collation::COMMON_WEIGHT16) | nodeFromStrength(level); in findOrInsertWeakNode()
906 node = nodeFromWeight16(weight16) | nodeFromStrength(level); in findOrInsertWeakNode()
940 node = nodeFromWeight16(weight16) | nodeFromStrength(level); in findOrInsertWeakNode()
964 node = IS_TAILORED | nodeFromStrength(strength); in insertTailoredNodeAfter()
Dcollationbuilder.h256 static inline int64_t nodeFromStrength(int32_t strength) { in nodeFromStrength() function