Home | History | Annotate | Download | only in src

Lines Matching refs:max_lookahead

3745 // max_lookahead (inclusive) measured from the current position.  If the
3746 // character at max_lookahead offset is not one of these characters, then we
3749 int max_lookahead,
3759 int skip = max_lookahead + 1 - min_lookahead;
3761 for (int i = max_lookahead; i >= min_lookahead; i--) {
3779 int max_lookahead = 0;
3781 if (!FindWorthwhileInterval(&min_lookahead, &max_lookahead)) return false;
3785 for (int i = max_lookahead; i >= min_lookahead; i--) {
3801 int lookahead_width = max_lookahead + 1 - min_lookahead;
3803 if (found_single_character && lookahead_width == 1 && max_lookahead < 3) {
3811 masm->LoadCurrentCharacter(max_lookahead, &cont, true);
3828 min_lookahead, max_lookahead, boolean_skip_table);
3833 masm->LoadCurrentCharacter(max_lookahead, &cont, true);