Searched refs:SCORE_SIMILAR (Results 1 – 1 of 1) sorted by relevance
94 #define SCORE_SIMILAR 33 // substitute a similar character macro127 #define SCORE_EDIT_MIN SCORE_SIMILAR1986 SCORE_SUBST - SCORE_SIMILAR; in suggest_trie_walk()2027 sp->ts_score -= SCORE_SUBST - SCORE_SIMILAR; in suggest_trie_walk()4071 CNT(i, j) = SCORE_SIMILAR + CNT(i - 1, j - 1); in spell_edit_score()4263 score += SCORE_SIMILAR; in spell_edit_score_limit()4448 score += SCORE_SIMILAR; in spell_edit_score_limit_w()