Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationweights.cpp217 int32_t upperLength=lengthOfWeight(upperLimit); in getWeightRanges() local
221 printf("length of upper limit 0x%08lx is %ld\n", upperLimit, upperLength); in getWeightRanges()
234 if(lowerLength<upperLength) { in getWeightRanges()
283 for(int32_t length=upperLength; length>middleLength; --length) { in getWeightRanges()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java293 int upperLength=lengthOfWeight(upperLimit); in getWeightRanges() local
306 if(lowerLength<upperLength) { in getWeightRanges()
353 for(int length=upperLength; length>middleLength; --length) { in getWeightRanges()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java295 int upperLength=lengthOfWeight(upperLimit); in getWeightRanges() local
308 if(lowerLength<upperLength) { in getWeightRanges()
355 for(int length=upperLength; length>middleLength; --length) { in getWeightRanges()