Searched defs:startIx (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Duregex.cpp637 int32_t startIx = regexp->fMatcher->start(groupNum, *status); local
646 int32_t fullLength = endIx - startIx;
661 u_memcpy(dest, &regexp->fText[startIx], copyLength);
714 int32_t startIx = regexp->fMatcher->start(groupNum, *status); local
722 utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status);
725 utext_openUChars(&groupText, &regexp->fText[startIx], endIx - startIx, status);
/external/icu/icu4c/source/i18n/
H A Duregex.cpp655 int32_t startIx = regexp->fMatcher->start(groupNum, *status); local
664 int32_t fullLength = endIx - startIx;
679 u_memcpy(dest, &regexp->fText[startIx], copyLength);
735 int32_t startIx = regexp->fMatcher->start(groupNum, *status); local
743 utext_replace(dest, 0, utext_nativeLength(dest), &regexp->fText[startIx], endIx - startIx, status);
746 utext_openUChars(&groupText, &regexp->fText[startIx], endIx - startIx, status);

Completed in 128 milliseconds