Searched refs:groupEndIdx (Results 1 – 1 of 1) sorted by relevance
3687 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local3688 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()3703 if (utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()3734 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local3735 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()3752 … if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()5230 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt() local5231 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()5239 … for (int64_t groupIndex = groupStartIdx; groupIndex < groupEndIdx; ++groupIndex,++inputIndex) { in MatchChunkAt()5250 … if (success && groupStartIdx < groupEndIdx && U16_IS_LEAD(inputBuf[groupEndIdx-1]) && in MatchChunkAt()[all …]