Searched refs:groupStartIdx (Results 1 – 1 of 1) sorted by relevance
3686 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local3688 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()3689 if (groupStartIdx < 0) { in MatchAt()3694 UTEXT_SETNATIVEINDEX(fAltInputText, groupStartIdx); in MatchAt()3733 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt() local3735 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchAt()3736 if (groupStartIdx < 0) { in MatchAt()3741 utext_setNativeIndex(fAltInputText, groupStartIdx); in MatchAt()5229 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchChunkAt() local5231 U_ASSERT(groupStartIdx <= groupEndIdx); in MatchChunkAt()[all …]