Home
last modified time | relevance | path

Searched refs:getWeightRanges (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationweights.h96 UBool getWeightRanges(uint32_t lowerLimit, uint32_t upperLimit);
Dcollationweights.cpp209 CollationWeights::getWeightRanges(uint32_t lowerLimit, uint32_t upperLimit) { in getWeightRanges() function in CollationWeights
475 if(!getWeightRanges(lowerLimit, upperLimit)) { in allocWeights()
/external/chromium_org/third_party/icu/source/i18n/
Ducol_wgt.cpp156 getWeightRanges(uint32_t lowerLimit, uint32_t upperLimit, in getWeightRanges() function
342 rangeCount=getWeightRanges(lowerLimit, upperLimit, maxByte, countBytes, ranges); in ucol_allocWeights()