Searched refs:groupEndIdx (Results 1 – 1 of 1) sorted by relevance
3637 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local3638 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()3653 if (utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()3684 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local3685 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()3702 … if (!captureGroupItr.inExpansion() && utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()5118 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt() local5119 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()5127 … for (int64_t groupIndex = groupStartIdx; groupIndex < groupEndIdx; ++groupIndex,++inputIndex) { in MatchChunkAt()5138 … if (success && groupStartIdx < groupEndIdx && U16_IS_LEAD(inputBuf[groupEndIdx-1]) && in MatchChunkAt()[all …]