Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Duregex.cpp1394 lastMatchEnd = (int32_t)m->fLastMatchEnd; in appendReplacement()
1399 lastMatchEnd = utext_extract(m->fInputText, 0, m->fLastMatchEnd, NULL, 0, &status); in appendReplacement()
1401 …matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0… in appendReplacement()
1408 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, in appendReplacement()
1620 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd); in appendTail()
1664 srcIdx = m->fLastMatchEnd; in appendTail()
Drematch.cpp214 fLastMatchEnd = -1; in init()
614 fLastMatchEnd = fMatchEnd; in find()
629 if (fLastMatchEnd >= 0) { in find()
902 fLastMatchEnd = fMatchEnd; in findUsingChunk()
915 if (fLastMatchEnd >= 0) { in findUsingChunk()
1894 fLastMatchEnd = -1; in resetPreserveRegion()
4210 fLastMatchEnd = fMatchEnd; in MatchAt()
5634 fLastMatchEnd = fMatchEnd; in MatchChunkAt()
/external/icu4c/i18n/unicode/
Dregex.h1799 int64_t fLastMatchEnd; // First position after the end of the previous match, variable