Searched refs:fLastMatchEnd (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uregex.cpp | 1392 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() 1649 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd); in appendTail() 1693 srcIdx = m->fLastMatchEnd; in appendTail()
|
D | rematch.cpp | 207 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() 4281 fLastMatchEnd = fMatchEnd; in MatchAt() 5771 fLastMatchEnd = fMatchEnd; in MatchChunkAt()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | regex.h | 1834 int64_t fLastMatchEnd; // First position after the end of the previous match, variable
|