HomeSort by relevance Sort by last modified time
    Searched refs:upperStart (Results 1 - 3 of 3) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationWeights.java 377 // Note: The lowerEnd and upperStart weights are versions of
381 // maxByte (for lowerEnd) or minByte (for upperStart).
383 final long upperStart=upper[length].start;
386 if(lowerEnd>upperStart) {
388 // Since lowerLimit<upperLimit and lowerEnd and upperStart
391 // lowerEnd>upperStart is only possible
393 // and lastByte(lowerEnd)>lastByte(upperStart).
395 truncateWeight(upperStart, length-1));
404 } else if(lowerEnd==upperStart) {
407 } else /* lowerEnd<upperStart */ {
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationWeights.java 375 // Note: The lowerEnd and upperStart weights are versions of
379 // maxByte (for lowerEnd) or minByte (for upperStart).
381 final long upperStart=upper[length].start;
384 if(lowerEnd>upperStart) {
386 // Since lowerLimit<upperLimit and lowerEnd and upperStart
389 // lowerEnd>upperStart is only possible
391 // and lastByte(lowerEnd)>lastByte(upperStart).
393 truncateWeight(upperStart, length-1));
402 } else if(lowerEnd==upperStart) {
405 } else /* lowerEnd<upperStart */ {
    [all...]
  /external/icu/icu4c/source/i18n/
collationweights.cpp 303 // Note: The lowerEnd and upperStart weights are versions of
307 // maxByte (for lowerEnd) or minByte (for upperStart).
309 const uint32_t upperStart=upper[length].start;
312 if(lowerEnd>upperStart) {
314 // Since lowerLimit<upperLimit and lowerEnd and upperStart
317 // lowerEnd>upperStart is only possible
319 // and lastByte(lowerEnd)>lastByte(upperStart).
321 truncateWeight(upperStart, length-1));
330 } else if(lowerEnd==upperStart) {
333 } else /* lowerEnd<upperStart */ {
    [all...]

Completed in 583 milliseconds