Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationweights.h36 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() function
Dcollationweights.cpp214 int32_t lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()
215 int32_t upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
/external/chromium_org/third_party/icu/source/i18n/
Ducol_wgt.cpp39 lengthOfWeight(uint32_t weight) { in lengthOfWeight() function
166 lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()
167 upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp522 if(CollationWeights::lengthOfWeight(w) == someLength) { ++count; } in checkAllocWeights()