Searched defs:nodeFromWeight16 (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.h246 static inline int64_t nodeFromWeight16(uint32_t weight16) { function in class:CollationBuilder
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationBuilder.java222 node = nodeFromWeight16(weight16) | nodeFromStrength(strength);
647 nodeFromWeight16(Collation.COMMON_WEIGHT16) | nodeFromStrength(level);
657 node = nodeFromWeight16(weight16) | nodeFromStrength(level);
691 node = nodeFromWeight16(weight16) | nodeFromStrength(level);
1446 private static long nodeFromWeight16(int weight16) { method in class:CollationBuilder
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java218 node = nodeFromWeight16(weight16) | nodeFromStrength(strength);
643 nodeFromWeight16(Collation.COMMON_WEIGHT16) | nodeFromStrength(level);
653 node = nodeFromWeight16(weight16) | nodeFromStrength(level);
687 node = nodeFromWeight16(weight16) | nodeFromStrength(level);
1442 private static long nodeFromWeight16(int weight16) { method in class:CollationBuilder

Completed in 149 milliseconds