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.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/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java382 final long lowerEnd=lower[length].end; in getWeightRanges() local
386 if(lowerEnd>upperStart) { in getWeightRanges()
394 assert(truncateWeight(lowerEnd, length-1)== in getWeightRanges()
404 } else if(lowerEnd==upperStart) { in getWeightRanges()
408 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges()
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp308 const uint32_t lowerEnd=lower[length].end; in getWeightRanges() local
312 if(lowerEnd>upperStart) { in getWeightRanges()
320 U_ASSERT(truncateWeight(lowerEnd, length-1)== in getWeightRanges()
330 } else if(lowerEnd==upperStart) { in getWeightRanges()
334 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges()