Lines Matching full:biggest_points
3675 int biggest_points = 0;3682 biggest_points =3683 FindBestInterval(max_number_of_chars, biggest_points, from, to);3685 if (biggest_points == 0) return false;3698 int biggest_points = old_biggest_points;3733 if (points > biggest_points) {3736 biggest_points = points;3739 return biggest_points;