Home
last modified time | relevance | path

Searched refs:REPLACE_WEIGHT (Results 1 – 3 of 3) sorted by relevance

/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/spell/
H A Dspell-custom.c88 #define REPLACE_WEIGHT 3 in SpellCustomGetDistance() macro
127 return ((replace * REPLACE_WEIGHT + insert * INSERT_WEIGHT in SpellCustomGetDistance()
140 return (replace * REPLACE_WEIGHT + insert * INSERT_WEIGHT in SpellCustomGetDistance()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/modules/spell/
H A Dspell-custom-dict.cpp317 #define REPLACE_WEIGHT 3 in getDistance() macro
356 return ((replace * REPLACE_WEIGHT + insert * INSERT_WEIGHT + in getDistance()
372 return (replace * REPLACE_WEIGHT + insert * INSERT_WEIGHT + in getDistance()
/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/pinyin-enhance/
H A Dpinyin-enhance-stroke.c163 #define REPLACE_WEIGHT 5 macro
186 return ((replace * REPLACE_WEIGHT + insert * INSERT_WEIGHT in py_enhance_stroke_get_distance()
195 return (replace * REPLACE_WEIGHT + insert * INSERT_WEIGHT in py_enhance_stroke_get_distance()
381 distance += lookup_p->diff * REPLACE_WEIGHT; in py_enhance_stroke_get_match_keys()