Home
last modified time | relevance | path

Searched refs:upperLength (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
Ducol_wgt.cpp161 int32_t length, lowerLength, upperLength, rangeCount; in getWeightRanges() local
167 upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
171 printf("length of upper limit 0x%08lx is %ld\n", upperLimit, upperLength); in getWeightRanges()
182 if(lowerLength<upperLength) { in getWeightRanges()
225 for(length=upperLength; length>=2; --length) { in getWeightRanges()
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp215 int32_t upperLength=lengthOfWeight(upperLimit); in getWeightRanges() local
219 printf("length of upper limit 0x%08lx is %ld\n", upperLimit, upperLength); in getWeightRanges()
232 if(lowerLength<upperLength) { in getWeightRanges()
281 for(int32_t length=upperLength; length>middleLength; --length) { in getWeightRanges()