Home
last modified time | relevance | path

Searched refs:incWeight (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java148 range.start = incWeight(weight, range.length); in nextWeight()
242 private long incWeight(long weight, int length) { in incWeight() method in CollationWeights
378 if(end>=start || incWeight(end, length)==start) { in getWeightRanges()
521 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges()
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp152 CollationWeights::incWeight(uint32_t weight, int32_t length) const { in incWeight() function in CollationWeights
306 if(end>=start || incWeight(end, length)==start) { in getWeightRanges()
454 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges()
533 range.start = incWeight(weight, range.length); in nextWeight()
Dcollationweights.h88 uint32_t incWeight(uint32_t weight, int32_t length) const;