Home
last modified time | relevance | path

Searched refs:iMaxFuzzyDistance (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/sdcv/sdcv-0.5.2/src/
H A Dstardict_lib.hpp158 iMaxFuzzyDistance = MAX_FUZZY_DISTANCE; //need to read from cfg. in Libs()
203 int iMaxFuzzyDistance; member in Libs
H A Dstardict_lib.cpp1414 oFuzzystruct[i].iMatchWordDistance = iMaxFuzzyDistance; in LookupWithFuzzy()
1416 int iMaxDistance = iMaxFuzzyDistance; in LookupWithFuzzy()
/dports/textproc/qstardict/qstardict-qstardict-1.3/plugins/stardict/
H A Dlib.h188 int iMaxFuzzyDistance; variable
H A Dlib.cpp998 iMaxFuzzyDistance = MAX_FUZZY_DISTANCE; //need to read from cfg. in Libs()
1663 oFuzzystruct[i].iMatchWordDistance = iMaxFuzzyDistance; in LookupWithFuzzy()
1665 int iMaxDistance = iMaxFuzzyDistance; in LookupWithFuzzy()
/dports/textproc/stardict3/stardict-3.0.6/dict/src/lib/
H A Dstddict.h448 int iMaxFuzzyDistance; variable
H A Dstddict.cpp1509 iMaxFuzzyDistance(MAX_FUZZY_DISTANCE), in Libs()
3043 oFuzzystruct[i].iMatchWordDistance = iMaxFuzzyDistance; in LookupWithFuzzy()
3045 int iMaxDistance = iMaxFuzzyDistance; in LookupWithFuzzy()