Home | History | Annotate | Download | only in i18n

Lines Matching refs:targetIxOffset

3875         int32_t targetIxOffset = 0;
3889 targetCEI = ceb.get(targetIx+patIx+targetIxOffset);
3901 targetIxOffset++;
3904 targetIxOffset--;
3908 targetIxOffset += strsrch->pattern.PCELength; // this is now the offset in target CE space to end of the match so far
3926 const CEI *lastCEI = ceb.get(targetIx + targetIxOffset - 1);
3941 nextCEI = ceb.get(targetIx + targetIxOffset);
3947 for ( ; ; ++targetIxOffset ) {
3948 nextCEI = ceb.get(targetIx + targetIxOffset);
4167 int32_t targetIxOffset = 0;
4171 targetCEI = ceb.getPrevious(targetIx + strsrch->pattern.PCELength - 1 - patIx + targetIxOffset);
4183 targetIxOffset++;
4186 targetIxOffset--;
4207 const CEI *firstCEI = ceb.getPrevious(targetIx + strsrch->pattern.PCELength - 1 + targetIxOffset);