Searched refs:lengthOfWeight (Results 1 – 7 of 7) sorted by relevance
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()
177 public static int lengthOfWeight(long weight) { in lengthOfWeight() method in CollationWeights290 int lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()291 int upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
36 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() function
214 int32_t lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()215 int32_t upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
603 if (CollationWeights.lengthOfWeight(w) == someLength) { in checkAllocWeights()
607 if (CollationWeights.lengthOfWeight(w) == someLength) { in checkAllocWeights()
529 if(CollationWeights::lengthOfWeight(w) == someLength) { ++count; } in checkAllocWeights()