Lines Matching refs:endIndex
3745 int32_t endIndex = (int32_t)pos;3746 c.fChar = u_unescapeAt(uregex_ucstr_unescape_charAt, &endIndex, (int32_t)fPatternLength, (void *)fRXPat->fPattern->chunkContents);3748 if (endIndex == pos) {3751 fCharNum += endIndex - pos;3752 UTEXT_SETNATIVEINDEX(fRXPat->fPattern, endIndex);