Searched refs:groupStartIdx (Results 1 – 1 of 1) sorted by relevance
3636 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local3638 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()3639 if (groupStartIdx < 0) { in MatchAt()3644 UTEXT_SETNATIVEINDEX(fAltInputText, groupStartIdx); in MatchAt()3683 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local3685 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()3686 if (groupStartIdx < 0) { in MatchAt()3691 utext_setNativeIndex(fAltInputText, groupStartIdx); in MatchAt()5117 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchChunkAt() local5119 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()[all …]