Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Drematch.cpp3681 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local
3682 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3697 if (utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()
3728 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local
3729 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3746 … if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()
5215 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt() local
5216 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
5224 … for (int64_t groupIndex = groupStartIdx; groupIndex < groupEndIdx; ++groupIndex,++inputIndex) { in MatchChunkAt()
5247 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt() local
[all …]