Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c955 static void updateCost( in updateCost() function
1052 updateCost(m, i1+b1, i1, pLang->iDelCost); in editDist3Core()
1055 updateCost(m, i1+p->nFrom, i1, p->iCost); in editDist3Core()
1066 updateCost(m, rx, rxp, pLang->iInsCost); in editDist3Core()
1069 updateCost(m, szRow*(i2+p->nTo), rxp, p->iCost); in editDist3Core()
1081 updateCost(m, cx, cxp, pLang->iDelCost); in editDist3Core()
1084 updateCost(m, cxp+p->nFrom, cxp, p->iCost); in editDist3Core()
1086 updateCost(m, cx, cxu, pLang->iInsCost); in editDist3Core()
1088 updateCost(m, cx, cxd, 0); in editDist3Core()
1090 updateCost(m, cx, cxd, pLang->iSubCost); in editDist3Core()
[all …]