Searched refs:fMatchEnd (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Drematch.cpp202 fMatchEnd = 0;
339 fAppendPosition = fMatchEnd;
572 e = fMatchEnd;
642 int64_t startPos = fMatchEnd;
649 fLastMatchEnd = fMatchEnd;
651 if (fMatchStart == fMatchEnd) {
909 fMatchEnd = nativeStart;
925 int32_t startPos = (int32_t)fMatchEnd;
934 fLastMatchEnd = fMatchEnd;
936 if (fMatchStart == fMatchEnd) {
[all...]
H A Duregex.cpp1647 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd);
1687 srcIdx = m->fMatchEnd;
1862 nextOutputStringStart = regexp->fMatcher->fMatchEnd;
/external/icu/icu4c/source/i18n/unicode/
H A Dregex.h1819 int64_t fMatchEnd; // First position after the end of the most recent match member in class:U_FINAL

Completed in 95 milliseconds