Searched defs:upperLength (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationweights.cpp217 int32_t upperLength=lengthOfWeight(upperLimit); local
221 printf("length of upper limit 0x%08lx is %ld\n", upperLimit, upperLength);
224 // Permit upperLength<middleLength: The upper limit for secondaries is 0x10000.
234 if(lowerLength<upperLength) {
283 for(int32_t length=upperLength; length>middleLength; --length) {

Completed in 166 milliseconds