Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c553 typedef struct EditDist3Lang EditDist3Lang; typedef
571 struct EditDist3Lang { struct
583 static const EditDist3Lang editDist3Lang = { 0, 100, 100, 150, 0 };
590 EditDist3Lang *a; /* One for each distinct language ID */
746 EditDist3Lang *pLang = 0; in editDist3ConfigLoad()
769 EditDist3Lang *pNew; in editDist3ConfigLoad()
894 const EditDist3Lang *pLang, in editDist3FromStringNew()
994 const EditDist3Lang *pLang, /* Edit weights for a particular language ID */ in editDist3Core()
1150 static const EditDist3Lang *editDist3FindLang( in editDist3FindLang()
1188 const EditDist3Lang *pLang = editDist3FindLang(pConfig, iLang); in editDist3SqlFunc()
[all …]