Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c318 static int substituteCost(char cPrev, char cFrom, char cTo){ in substituteCost() function
461 subCost = substituteCost(cx[xB-1], cA, cB); in editdist1()