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), ®exp->fText[startIx], endIx - startIx, status);
743 utext_openUChars(&groupText, ®exp->fText[startIx], endIx - startIx, status);