Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c990 static int editDist3Core( in editDist3Core() function
1197 dist = editDist3Core(pFrom, zB, nB, pLang, 0); in editDist3SqlFunc()
2457 iDist = editDist3Core(p->pMatchStr3, zWord, nWord, p->pLang, &iMatchlen); in spellfix1RunQuery()