Home | History | Annotate | Download | only in src

Lines Matching refs:IsRepeat

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