Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c400 for(xB=res=0; (cB = zB[xB])!=0; xB++){ in editdist1()
431 for(xB=1; xB<=nB; xB++){ in editdist1()
432 cBnext = zB[xB]; in editdist1()
433 cB = zB[xB-1]; in editdist1()
434 cx[xB] = cB; in editdist1()
435 m[xB] = m[xB-1] + insertOrDeleteCost(cBprev, cB, cBnext); in editdist1()
448 for(xB=1; xB<=nB; xB++){ in editdist1()
477 xA, xB, d, m[xB], m[xB-1], dc?dc:' ', cA, cB, in editdist1()
482 d = m[xB]; in editdist1()
483 dc = cx[xB]; in editdist1()
[all …]
/sqlite-3.40.0/test/
H A Dcorrupt2.test457 CREATE TABLE x4(a, b, c); CREATE TABLE xB(a, b, c); CREATE TABLE xH(a, b, c);