Home
last modified time | relevance | path

Searched refs:fLastMatchEnd (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Duregex.cpp1392 lastMatchEnd = (int32_t)m->fLastMatchEnd; in appendReplacement()
1397 lastMatchEnd = utext_extract(m->fInputText, 0, m->fLastMatchEnd, NULL, 0, &tempStatus); in appendReplacement()
1399 …matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0… in appendReplacement()
1406 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, in appendReplacement()
1651 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd); in appendTail()
1695 srcIdx = m->fLastMatchEnd; in appendTail()
Drematch.cpp207 fLastMatchEnd = -1; in init()
649 fLastMatchEnd = fMatchEnd; in find()
664 if (fLastMatchEnd >= 0) { in find()
934 fLastMatchEnd = fMatchEnd; in findUsingChunk()
947 if (fLastMatchEnd >= 0) { in findUsingChunk()
1830 fLastMatchEnd = -1; in resetPreserveRegion()
4293 fLastMatchEnd = fMatchEnd; in MatchAt()
5793 fLastMatchEnd = fMatchEnd; in MatchChunkAt()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1834 int64_t fLastMatchEnd; // First position after the end of the previous match, variable