Home | History | Annotate | Download | only in i18n

Lines Matching refs:PCELength

433     pattern->PCELength = offset;
3479 bufSize = ss->pattern.PCELength + CEBUFFER_EXTRA;
3887 for (patIx=0; patIx<strsrch->pattern.PCELength; patIx++) {
3908 targetIxOffset += strsrch->pattern.PCELength; // this is now the offset in target CE space to end of the match so far
4168 for (patIx = strsrch->pattern.PCELength - 1; patIx >= 0; patIx -= 1) {
4171 targetCEI = ceb.getPrevious(targetIx + strsrch->pattern.PCELength - 1 - patIx + targetIxOffset);
4207 const CEI *firstCEI = ceb.getPrevious(targetIx + strsrch->pattern.PCELength - 1 + targetIxOffset);
4662 for (int32_t nPCEs = 0; nPCEs < strsrch->pattern.PCELength - 1; nPCEs++) {
4811 for (int32_t nPCEs = 0; nPCEs < strsrch->pattern.PCELength - 1; nPCEs++) {