Home
last modified time | relevance | path

Searched refs:lowIndex (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java1097 int lowIndex = 0; in trimSwitchInstruction() local
1098 while (lowIndex < length && in trimSwitchInstruction()
1099 jumpOffsets[lowIndex] == defaultOffset) in trimSwitchInstruction()
1101 lowIndex++; in trimSwitchInstruction()
1113 int newLength = highIndex - lowIndex + 1; in trimSwitchInstruction()
1131 System.arraycopy(jumpOffsets, lowIndex, newJumpOffsets, 0, newLength); in trimSwitchInstruction()
1134 tableSwitchInstruction.lowCase += lowIndex; in trimSwitchInstruction()
1135 tableSwitchInstruction.highCase -= length - newLength - lowIndex; in trimSwitchInstruction()
/external/icu/icu4c/source/i18n/
Dusearch.cpp3450 int32_t lowIndex; member
3562 …buf[i].ce = strSearch->textProcessedIter->nextProcessed(&buf[i].lowIndex, &buf[i].highIndex, &stat… in get()
3601 …buf[i].ce = strSearch->textProcessedIter->previousProcessed(&buf[i].lowIndex, &buf[i].highIndex, &… in getPrevious()
3961 mStart = firstCEI->lowIndex; in usearch_search()
3962 minLimit = lastCEI->lowIndex; in usearch_search()
3975 maxLimit = nextCEI->lowIndex; in usearch_search()
3976 … if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) { in usearch_search()
3982 maxLimit = nextCEI->lowIndex; in usearch_search()
3998 } else if ( nextCEI->lowIndex == nextCEI->highIndex ) { in usearch_search()
4192 if (ceb.getPrevious(targetIx)->lowIndex < startIdx) { in usearch_searchBackwards()
[all …]