Searched refs:min_son_score (Results 1 – 1 of 1) sorted by relevance
438 unsigned char min_son_score = 255; in construct_spellings_subset() local514 if (node_current->score < min_son_score) in construct_spellings_subset()515 min_son_score = node_current->score; in construct_spellings_subset()599 if (node_current->score < min_son_score) in construct_spellings_subset()600 min_son_score = node_current->score; in construct_spellings_subset()639 parent->score = min_son_score; in construct_spellings_subset()