Searched refs:groupEndIdx (Results 1 – 1 of 1) sorted by relevance
3674 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local3675 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()3690 if (utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()3721 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local3722 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()3739 … if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()5204 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt() local5205 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()5213 … for (int64_t groupIndex = groupStartIdx; groupIndex < groupEndIdx; ++groupIndex,++inputIndex) { in MatchChunkAt()5236 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt() local[all …]