Searched refs:highIndex (Results 1 - 3 of 3) sorted by relevance

/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationSimplifier.java1105 int highIndex = length - 1;
1106 while (highIndex >= 0 &&
1107 jumpOffsets[highIndex] == defaultOffset)
1109 highIndex--;
1113 int newLength = highIndex - lowIndex + 1;
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp3449 int32_t highIndex; member in struct:CEI
3560 buf[i].ce = strSearch->textProcessedIter->nextProcessed(&buf[i].lowIndex, &buf[i].highIndex, &status);
3599 buf[i].ce = strSearch->textProcessedIter->previousProcessed(&buf[i].lowIndex, &buf[i].highIndex, &status);
3897 // For each CE, the lowIndex and highIndex correspond to where this CE begins and ends in the original text.
3898 // If lowIndex==highIndex, either the CE resulted from an expansion/decomposition of one of the original text
3974 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
3994 // If lowIndex == highIndex, this target CE is part of an expansion of the last matched
3996 } else if ( nextCEI->lowIndex == nextCEI->highIndex ) {
4022 int32_t secondIx = firstCEI->highIndex;
4043 maxLimit >= lastCEI->highIndex
[all...]
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 134 milliseconds