Home | History | Annotate | Download | only in test

Lines Matching refs:prev_repeatable

8479   bool prev_repeatable = false;
8494 prev_repeatable = true;
8510 } else if (IsRepeat(ch) && !prev_repeatable) {
8516 prev_repeatable = !IsInSet(ch, "^$?*+");