Searched refs:lengthOfWeight (Results 1 – 13 of 13) sorted by relevance
181 public static int lengthOfWeight(long weight) { in lengthOfWeight() method in CollationWeights294 int lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()295 int upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
179 public static int lengthOfWeight(long weight) { in lengthOfWeight() method in CollationWeights292 int lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()293 int upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() function
216 int32_t lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()217 int32_t upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
587 if (CollationWeights.lengthOfWeight(w) == someLength) { in checkAllocWeights()
590 if (CollationWeights.lengthOfWeight(w) == someLength) { in checkAllocWeights()
530 if(CollationWeights::lengthOfWeight(w) == someLength) { ++count; } in checkAllocWeights()