Lines Matching refs:groupEndIdx
3687 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local
3688 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3703 if (utext_getNativeIndex(fAltInputText) >= groupEndIdx) { in MatchAt()
3734 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt() local
3735 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() local
5231 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()
5268 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt() local
5269 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
5275 CaseFoldingUCharIterator captureGroupItr(inputBuf, groupStartIdx, groupEndIdx); in MatchChunkAt()