Home | History | Annotate | Download | only in src

Lines Matching refs:max_match

728     if (node->max_match() > 0) { return false; }
739 if (node->max_match() > 0) { return false; }
956 max_match_ = first_alternative->max_match();
960 max_match_ = Max(max_match_, alternative->max_match());
973 int node_max_match = node->max_match();
977 max_match_ += node->max_match();