Searched refs:iCost (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | spellfix.c | 761 int iCost = sqlite3_column_int(pStmt, 3); in editDist3ConfigLoad() local 766 if( iCost<0 ) continue; in editDist3ConfigLoad() 783 pLang->iDelCost = iCost; in editDist3ConfigLoad() 785 pLang->iInsCost = iCost; in editDist3ConfigLoad() 787 pLang->iSubCost = iCost; in editDist3ConfigLoad() 796 pCost->iCost = (u16)iCost; in editDist3ConfigLoad() 959 int iCost in updateCost() argument 962 assert( iCost>=0 ); in updateCost() 963 assert( iCost<10000 ); in updateCost() 964 b = m[j] + iCost; in updateCost() [all …]
|
| /sqlite-3.40.0/test/ |
| H A D | spellfix4.test | 24 CREATE TABLE cost1(iLang, cFrom, cTo, iCost);
|
| H A D | spellfix.test | 179 CREATE TABLE costs(iLang, cFrom, cTo, iCost); 219 CREATE TABLE costs2(iLang, cFrom, cTo, iCost);
|