Searched refs:groupStartIdx (Results 1 – 1 of 1) sorted by relevance
3680 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local3682 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() local3729 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() local5216 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()[all …]