Searched refs:cAprev (Results 1 – 1 of 1) sorted by relevance
366 char cAprev, cBprev; /* Previous character of zA and zB */ in editdist1() local407 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()