Searched refs:groupEndIdx (Results 1 – 1 of 1) sorted by relevance
3681 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local3682 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()3697 if (utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()3728 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local3729 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() local5216 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 …]