Searched refs:incWeight (Results 1 – 3 of 3) sorted by relevance
148 range.start = incWeight(weight, range.length); in nextWeight()242 private long incWeight(long weight, int length) { in incWeight() method in CollationWeights378 if(end>=start || incWeight(end, length)==start) { in getWeightRanges()521 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges()
152 CollationWeights::incWeight(uint32_t weight, int32_t length) const { in incWeight() function in CollationWeights306 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()
88 uint32_t incWeight(uint32_t weight, int32_t length) const;