Home
last modified time | relevance | path

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

/dports/math/cvc4/CVC4-1.7/src/options/
H A Ddidyoumean.cpp75 const int substituteCost = 2; in editDistance() local
112 C[cur][j] = std::min(C[cur][j], C[prv][j - 1] + substituteCost); in editDistance()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dspellfix.c312 static int substituteCost(char cPrev, char cFrom, char cTo){ in substituteCost() function
455 subCost = substituteCost(cx[xB-1], cA, cB); in editdist1()
/dports/databases/sqlite-ext-spellfix/sqlite-ext-spellfix-3.8.11.1_1/sqlite-src-3081101/ext/misc/
H A Dspellfix.c312 static int substituteCost(char cPrev, char cFrom, char cTo){ in substituteCost() function
455 subCost = substituteCost(cx[xB-1], cA, cB); in editdist1()
/dports/databases/sqlite3/sqlite-src-3350500/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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/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()