Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java378 final long lowerEnd=lower[length].end; in getWeightRanges() local
382 if(lowerEnd>upperStart) { in getWeightRanges()
390 assert(truncateWeight(lowerEnd, length-1)== in getWeightRanges()
400 } else if(lowerEnd==upperStart) { in getWeightRanges()
404 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java380 final long lowerEnd=lower[length].end; in getWeightRanges() local
384 if(lowerEnd>upperStart) { in getWeightRanges()
392 assert(truncateWeight(lowerEnd, length-1)== in getWeightRanges()
402 } else if(lowerEnd==upperStart) { in getWeightRanges()
406 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges()
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp306 const uint32_t lowerEnd=lower[length].end; in getWeightRanges() local
310 if(lowerEnd>upperStart) { in getWeightRanges()
318 U_ASSERT(truncateWeight(lowerEnd, length-1)== in getWeightRanges()
328 } else if(lowerEnd==upperStart) { in getWeightRanges()
332 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges()