Searched refs:getWeight16Before (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationbuilder.h | 65 uint32_t getWeight16Before(int32_t index, int64_t node, int32_t level);
|
D | collationbuilder.cpp | 391 weight16 = getWeight16Before(index, node, strength); in addReset() 424 uint32_t weight16 = getWeight16Before(index, node, strength); in addReset() 439 CollationBuilder::getWeight16Before(int32_t index, int64_t node, int32_t level) { in getWeight16Before() function in CollationBuilder
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationBuilder.java | 190 weight16 = getWeight16Before(index, node, strength); in addReset() 223 int weight16 = getWeight16Before(index, node, strength); in addReset() 237 private int getWeight16Before(int index, long node, int level) { in getWeight16Before() method in CollationBuilder
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationBuilder.java | 194 weight16 = getWeight16Before(index, node, strength); in addReset() 227 int weight16 = getWeight16Before(index, node, strength); in addReset() 241 private int getWeight16Before(int index, long node, int level) { in getWeight16Before() method in CollationBuilder
|