Home | History | Annotate | Download | only in i18n

Lines Matching refs:endIx

656         int32_t  endIx   = regexp->fMatcher->end  (groupNum, *status);
664 int32_t fullLength = endIx - startIx;
733 int32_t endIx = regexp->fMatcher->end (groupNum, *status);
740 utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status);
743 utext_openUChars(&groupText, &regexp->fText[startIx], endIx - startIx, status);