Home | History | Annotate | Download | only in i18n

Lines Matching refs:lIndex

675         int32_t lIndex = 0;
685 for (lIndex = 0; ; lIndex += 1) {
686 const CEI *cei = target->prevCE(lIndex);
692 while (lIndex >= 0 && target->prevCE(lIndex)->highOffset == high) {
693 lIndex -= 1;
706 lIndex = 0;
709 tIndex = ++lIndex;
749 const CEI lastCEI = *target->prevCE(lIndex);