Home
last modified time | relevance | path

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

/dports/chinese/fcitx/fcitx-4.2.9.7/src/module/spell/
H A Dspell-custom.c89 #define INSERT_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.cpp318 #define INSERT_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.c164 #define INSERT_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()