Home | History | Annotate | Download | only in src

Lines Matching refs:IsRepeat

598 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); }
684 } else if (IsRepeat(ch) && !prev_repeatable) {
744 if (IsRepeat(regex[1])) {