Lines Matching refs:groupStartIdx
3680 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local
3682 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3683 if (groupStartIdx < 0) { in MatchAt()
3688 UTEXT_SETNATIVEINDEX(fAltInputText, groupStartIdx); in MatchAt()
3727 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local
3729 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()
3730 if (groupStartIdx < 0) { in MatchAt()
3735 utext_setNativeIndex(fAltInputText, groupStartIdx); in MatchAt()
5214 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchChunkAt() local
5216 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
5218 if (groupStartIdx < 0) { in MatchChunkAt()
5224 … for (int64_t groupIndex = groupStartIdx; groupIndex < groupEndIdx; ++groupIndex,++inputIndex) { in MatchChunkAt()
5246 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchChunkAt() local
5248 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()
5249 if (groupStartIdx < 0) { in MatchChunkAt()
5254 CaseFoldingUCharIterator captureGroupItr(inputBuf, groupStartIdx, groupEndIdx); in MatchChunkAt()