Home | History | Annotate | Download | only in i18n

Lines Matching refs:endIx

637         int32_t  endIx   = regexp->fMatcher->end  (groupNum, *status);
645 int32_t fullLength = endIx - startIx;
694 int32_t endIx = regexp->fMatcher->end (groupNum, *status);
701 utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status);
704 utext_openUChars(&groupText, &regexp->fText[startIx], endIx - startIx, status);