Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationBuilder.java180 int weight16 = weight16FromNode(node); in addReset()
207 previousWeight16 = weight16FromNode(node); in addReset()
244 t = weight16FromNode(node); in getWeight16Before()
257 s = weight16FromNode(node); in getWeight16Before()
676 int nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode()
765 weight16FromNode(node) < Collation.COMMON_WEIGHT16);
772 weight16FromNode(node) < Collation.COMMON_WEIGHT16);
773 assert(weight16FromNode(node) == Collation.COMMON_WEIGHT16);
1205 t = weight16FromNode(node);
1256 s = weight16FromNode(node);
[all …]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java176 int weight16 = weight16FromNode(node); in addReset()
203 previousWeight16 = weight16FromNode(node); in addReset()
240 t = weight16FromNode(node); in getWeight16Before()
253 s = weight16FromNode(node); in getWeight16Before()
672 int nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode()
761 weight16FromNode(node) < Collation.COMMON_WEIGHT16);
768 weight16FromNode(node) < Collation.COMMON_WEIGHT16);
769 assert(weight16FromNode(node) == Collation.COMMON_WEIGHT16);
1201 t = weight16FromNode(node);
1252 s = weight16FromNode(node);
[all …]
/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp375 uint32_t weight16 = weight16FromNode(node); in addReset()
405 previousWeight16 = weight16FromNode(node); in addReset()
443 t = weight16FromNode(node); in getWeight16Before()
456 s = weight16FromNode(node); in getWeight16Before()
921 uint32_t nextWeight16 = weight16FromNode(node); in findOrInsertWeakNode()
999 weight16FromNode(node) < Collation::COMMON_WEIGHT16); in findCommonNode()
1006 weight16FromNode(node) < Collation::COMMON_WEIGHT16); in findCommonNode()
1007 U_ASSERT(weight16FromNode(node) == Collation::COMMON_WEIGHT16); in findCommonNode()
1462 t = weight16FromNode(node); in makeTailoredCEs()
1514 s = weight16FromNode(node); in makeTailoredCEs()
Dcollationbuilder.h260 static inline uint32_t weight16FromNode(int64_t node) { in weight16FromNode() function