Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dspellfix.c360 char cAprev, cBprev; /* Previous character of zA and zB */ in editdist1() local
401 cAprev = (char)dc; in editdist1()
403 res += insertOrDeleteCost(cAprev, cA, zA[xA+1]); in editdist1()
404 cAprev = cA; in editdist1()
432 cAprev = (char)dc; in editdist1()
440 m[0] = d + insertOrDeleteCost(cAprev, cA, cAnext); in editdist1()
482 cAprev = cA; in editdist1()
/dports/databases/sqlite-ext-spellfix/sqlite-ext-spellfix-3.8.11.1_1/sqlite-src-3081101/ext/misc/
H A Dspellfix.c360 char cAprev, cBprev; /* Previous character of zA and zB */ in editdist1() local
401 cAprev = dc; in editdist1()
403 res += insertOrDeleteCost(cAprev, cA, zA[xA+1]); in editdist1()
404 cAprev = cA; in editdist1()
432 cAprev = dc; in editdist1()
440 m[0] = d + insertOrDeleteCost(cAprev, cA, cAnext); in editdist1()
482 cAprev = cA; in editdist1()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dspellfix.c366 char cAprev, cBprev; /* Previous character of zA and zB */ in editdist1() local
407 cAprev = (char)dc; in editdist1()
409 res += insertOrDeleteCost(cAprev, cA, zA[xA+1]); in editdist1()
410 cAprev = cA; in editdist1()
438 cAprev = (char)dc; in editdist1()
446 m[0] = d + insertOrDeleteCost(cAprev, cA, cAnext); in editdist1()
488 cAprev = cA; in editdist1()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dspellfix.c366 char cAprev, cBprev; /* Previous character of zA and zB */ in editdist1() local
407 cAprev = (char)dc; in editdist1()
409 res += insertOrDeleteCost(cAprev, cA, zA[xA+1]); in editdist1()
410 cAprev = cA; in editdist1()
438 cAprev = (char)dc; in editdist1()
446 m[0] = d + insertOrDeleteCost(cAprev, cA, cAnext); in editdist1()
488 cAprev = cA; in editdist1()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dspellfix.c366 char cAprev, cBprev; /* Previous character of zA and zB */ in editdist1() local
407 cAprev = (char)dc; in editdist1()
409 res += insertOrDeleteCost(cAprev, cA, zA[xA+1]); in editdist1()
410 cAprev = cA; in editdist1()
438 cAprev = (char)dc; in editdist1()
446 m[0] = d + insertOrDeleteCost(cAprev, cA, cAnext); in editdist1()
488 cAprev = cA; in editdist1()