Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java150 range.start = incWeight(weight, range.length); in nextWeight()
244 private long incWeight(long weight, int length) { in incWeight() method in CollationWeights
406 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges()
543 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java152 range.start = incWeight(weight, range.length); in nextWeight()
246 private long incWeight(long weight, int length) { in incWeight() method in CollationWeights
408 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges()
545 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges()
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp154 CollationWeights::incWeight(uint32_t weight, int32_t length) const { in incWeight() function in CollationWeights
334 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges()
481 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges()
560 range.start = incWeight(weight, range.length); in nextWeight()
Dcollationweights.h90 uint32_t incWeight(uint32_t weight, int32_t length) const;