Home
last modified time | relevance | path

Searched refs:weight16FromNode (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java179 int weight16 = weight16FromNode(node); in addReset()
206 previousWeight16 = weight16FromNode(node); in addReset()
243 t = weight16FromNode(node); in getWeight16Before()
256 s = weight16FromNode(node); in getWeight16Before()
675 int nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode()
764 weight16FromNode(node) < Collation.COMMON_WEIGHT16);
771 weight16FromNode(node) < Collation.COMMON_WEIGHT16);
772 assert(weight16FromNode(node) == Collation.COMMON_WEIGHT16);
1204 t = weight16FromNode(node);
1255 s = weight16FromNode(node);
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationBuilder.java183 int weight16 = weight16FromNode(node); in addReset()
210 previousWeight16 = weight16FromNode(node); in addReset()
247 t = weight16FromNode(node); in getWeight16Before()
260 s = weight16FromNode(node); in getWeight16Before()
679 int nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode()
768 weight16FromNode(node) < Collation.COMMON_WEIGHT16);
775 weight16FromNode(node) < Collation.COMMON_WEIGHT16);
776 assert(weight16FromNode(node) == Collation.COMMON_WEIGHT16);
1208 t = weight16FromNode(node);
1259 s = weight16FromNode(node);
[all …]
/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp377 uint32_t weight16 = weight16FromNode(node); in addReset()
407 previousWeight16 = weight16FromNode(node); in addReset()
445 t = weight16FromNode(node); in getWeight16Before()
458 s = weight16FromNode(node); in getWeight16Before()
923 uint32_t nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode()
1001 weight16FromNode(node) < Collation::COMMON_WEIGHT16); in findCommonNode()
1008 weight16FromNode(node) < Collation::COMMON_WEIGHT16); in findCommonNode()
1009 U_ASSERT(weight16FromNode(node) == Collation::COMMON_WEIGHT16); in findCommonNode()
1464 t = weight16FromNode(node); in makeTailoredCEs()
1516 s = weight16FromNode(node); in makeTailoredCEs()
Dcollationbuilder.h262 static inline uint32_t weight16FromNode(int64_t node) { in weight16FromNode() function