Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationweights.cpp214 int32_t lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges() local
218 printf("length of lower limit 0x%08lx is %ld\n", lowerLimit, lowerLength); in getWeightRanges()
221 U_ASSERT(lowerLength>=middleLength); in getWeightRanges()
232 if(lowerLength<upperLength) { in getWeightRanges()
233 if(lowerLimit==truncateWeight(upperLimit, lowerLength)) { in getWeightRanges()
262 for(int32_t length=lowerLength; length>middleLength; --length) { in getWeightRanges()
/external/chromium_org/third_party/icu/source/i18n/
Ducol_wgt.cpp161 int32_t length, lowerLength, upperLength, rangeCount; in getWeightRanges() local
166 lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()
170 printf("length of lower limit 0x%08lx is %ld\n", lowerLimit, lowerLength); in getWeightRanges()
182 if(lowerLength<upperLength) { in getWeightRanges()
183 if(lowerLimit==truncateWeight(upperLimit, lowerLength)) { in getWeightRanges()
212 for(length=lowerLength; length>=2; --length) { in getWeightRanges()