Home | History | Annotate | Download | only in share

Lines Matching refs:kMaxScore

724           if (score_to_add > NGram::kMaxScore) {
725 score_to_add = NGram::kMaxScore;
749 if (score_to_add > NGram::kMaxScore) {
750 score_to_add = NGram::kMaxScore;