Home | History | Annotate | Download | only in i18n

Lines Matching refs:firstCEI

3903         const CEI *firstCEI = ceb.get(targetIx);
3906 mStart = firstCEI->lowIndex;
3969 int32_t secondIx = firstCEI->highIndex;
4168 const CEI *firstCEI = ceb.getPrevious(targetIx + strsrch->pattern.PCELength - 1 + targetIxOffset);
4172 mStart = firstCEI->lowIndex;
4203 if (mStart == firstCEI->highIndex) {