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

/external/icu4c/i18n/
H A Drematch.cpp213 fMatchEnd = 0;
341 fAppendPosition = fMatchEnd;
566 e = fMatchEnd;
601 int64_t startPos = fMatchEnd;
608 fLastMatchEnd = fMatchEnd;
610 if (fMatchStart == fMatchEnd) {
871 fMatchEnd = nativeStart;
887 int32_t startPos = (int32_t)fMatchEnd;
896 fLastMatchEnd = fMatchEnd;
898 if (fMatchStart == fMatchEnd) {
[all...]
H A Duregex.cpp1617 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd);
1654 srcIdx = m->fMatchEnd;
1829 nextOutputStringStart = regexp->fMatcher->fMatchEnd;
/external/icu4c/i18n/unicode/
H A Dregex.h1805 int64_t fMatchEnd; // First position after the end of the most recent match member in class:RegexMatcher

Completed in 113 milliseconds