Lines Matching refs:PCELength
433 pattern->PCELength = offset;
3864 for (patIx=0; patIx<strsrch->pattern.PCELength; patIx++) {
3885 targetIxOffset += strsrch->pattern.PCELength; // this is now the offset in target CE space to end of the match so far
4129 for (patIx = strsrch->pattern.PCELength - 1; patIx >= 0; patIx -= 1) {
4132 targetCEI = ceb.getPrevious(targetIx + strsrch->pattern.PCELength - 1 - patIx + targetIxOffset);
4168 const CEI *firstCEI = ceb.getPrevious(targetIx + strsrch->pattern.PCELength - 1 + targetIxOffset);