Home | History | Annotate | Download | only in regexp

Lines Matching refs:max_lookahead

3765 // max_lookahead (inclusive) measured from the current position.  If the
3766 // character at max_lookahead offset is not one of these characters, then we
3769 int max_lookahead,
3779 int skip = max_lookahead + 1 - min_lookahead;
3781 for (int i = max_lookahead; i >= min_lookahead; i--) {
3799 int max_lookahead = 0;
3801 if (!FindWorthwhileInterval(&min_lookahead, &max_lookahead)) return;
3805 for (int i = max_lookahead; i >= min_lookahead; i--) {
3821 int lookahead_width = max_lookahead + 1 - min_lookahead;
3823 if (found_single_character && lookahead_width == 1 && max_lookahead < 3) {
3831 masm->LoadCurrentCharacter(max_lookahead, &cont, true);
3848 min_lookahead, max_lookahead, boolean_skip_table);
3853 masm->LoadCurrentCharacter(max_lookahead, &cont, true);