Home | History | Annotate | Download | only in i18n

Lines Matching refs:lastCEI

3904         const CEI *lastCEI  = ceb.get(targetIx + targetIxOffset - 1);
3907 minLimit = lastCEI->lowIndex;
3980 if (nba >= lastCEI->highIndex) {
4169 const CEI *lastCEI = ceb.getPrevious(targetIx);
4173 minLimit = lastCEI->lowIndex;
4174 maxLimit = targetIx > 0? nextCEI->lowIndex : lastCEI->highIndex;
4213 if (nba >= lastCEI->highIndex) {