Home | History | Annotate | Download | only in i18n

Lines Matching refs:endIndex

3769                     int32_t endIndex = (int32_t)pos;
3770 c.fChar = u_unescapeAt(uregex_ucstr_unescape_charAt, &endIndex, (int32_t)fPatternLength, (void *)fRXPat->fPattern->chunkContents);
3772 if (endIndex == pos) {
3775 fCharNum += endIndex - pos;
3776 UTEXT_SETNATIVEINDEX(fRXPat->fPattern, endIndex);