Searched refs:lengthOfWeight (Results 1 – 5 of 5) sorted by relevance
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()
532 if(CollationWeights::lengthOfWeight(w) == someLength) { ++count; } in checkAllocWeights()