Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duregex.cpp1397 lastMatchEnd = (int32_t)m->fLastMatchEnd; in appendReplacement()
1402 lastMatchEnd = utext_extract(m->fInputText, 0, m->fLastMatchEnd, NULL, 0, &status); in appendReplacement()
1404 …matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0… in appendReplacement()
1411 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, in appendReplacement()
1623 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd); in appendTail()
1667 srcIdx = m->fLastMatchEnd; in appendTail()
Drematch.cpp214 fLastMatchEnd = -1; in init()
605 fLastMatchEnd = fMatchEnd; in find()
620 if (fLastMatchEnd >= 0) { in find()
893 fLastMatchEnd = fMatchEnd; in findUsingChunk()
906 if (fLastMatchEnd >= 0) { in findUsingChunk()
1857 fLastMatchEnd = -1; in resetPreserveRegion()
4182 fLastMatchEnd = fMatchEnd; in MatchAt()
5615 fLastMatchEnd = fMatchEnd; in MatchChunkAt()
/external/chromium_org/third_party/icu/source/i18n/
Duregex.cpp1376 lastMatchEnd = (int32_t)m->fLastMatchEnd; in appendReplacement()
1381 lastMatchEnd = utext_extract(m->fInputText, 0, m->fLastMatchEnd, NULL, 0, &status); in appendReplacement()
1383 …matchStart = lastMatchEnd + utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, NULL, 0… in appendReplacement()
1390 destIdx += utext_extract(m->fInputText, m->fLastMatchEnd, m->fMatchStart, in appendReplacement()
1600 int64_t nativeIdx = (m->fMatch ? m->fMatchEnd : m->fLastMatchEnd); in appendTail()
1641 srcIdx = m->fLastMatchEnd; in appendTail()
Drematch.cpp214 fLastMatchEnd = -1; in init()
608 fLastMatchEnd = fMatchEnd; in find()
623 if (fLastMatchEnd >= 0) { in find()
896 fLastMatchEnd = fMatchEnd; in findUsingChunk()
909 if (fLastMatchEnd >= 0) { in findUsingChunk()
1888 fLastMatchEnd = -1; in resetPreserveRegion()
4378 fLastMatchEnd = fMatchEnd; in MatchAt()
6055 fLastMatchEnd = fMatchEnd; in MatchChunkAt()
/external/icu/icu4c/source/i18n/unicode/
Dregex.h1789 int64_t fLastMatchEnd; // First position after the end of the previous match, variable
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dregex.h1719 int64_t fLastMatchEnd; // First position after the end of the previous match, variable