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

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationBuilder.java194 weight16 = getWeight16Before(index, node, strength);
227 int weight16 = getWeight16Before(index, node, strength);
241 private int getWeight16Before(int index, long node, int level) { method in class:CollationBuilder
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationBuilder.java190 weight16 = getWeight16Before(index, node, strength);
223 int weight16 = getWeight16Before(index, node, strength);
237 private int getWeight16Before(int index, long node, int level) { method in class:CollationBuilder
/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp391 weight16 = getWeight16Before(index, node, strength);
424 uint32_t weight16 = getWeight16Before(index, node, strength);
439 CollationBuilder::getWeight16Before(int32_t index, int64_t node, int32_t level) { function in class:CollationBuilder

Completed in 69 milliseconds