Home | History | Annotate | Download | only in i18n

Lines Matching refs:lIndex

722         int32_t lIndex = 0;
732 for (lIndex = 0; ; lIndex += 1) {
733 const CEI *cei = target->prevCE(lIndex);
739 while (lIndex >= 0 && target->prevCE(lIndex)->highOffset == high) {
740 lIndex -= 1;
753 lIndex = 0;
756 tIndex = ++lIndex;
796 const CEI lastCEI = *target->prevCE(lIndex);