Home | History | Annotate | Download | only in i18n

Lines Matching refs:lastCEI

3926         const CEI *lastCEI  = ceb.get(targetIx + targetIxOffset - 1);
3929 minLimit = lastCEI->lowIndex;
4006 if (minLimit == lastCEI->highIndex && isBreakBoundary(strsrch, minLimit)) {
4010 if (nba >= lastCEI->highIndex) {
4159 const CEI *lastCEI = ceb.getPrevious(targetIx);
4160 if (lastCEI == NULL) {
4227 minLimit = lastCEI->lowIndex;
4251 if (nba >= lastCEI->highIndex) {