Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dregcomp.c235 UV swapCount, swapScore, targetCharCount, i, j; in S_edit_distance() local
267 targetCharCount = find(head, tgt[j-1])->value; in S_edit_distance()
268 …swapScore = scores[targetCharCount * (y + 2) + swapCount] + i - targetCharCount - 1 + j - swapCoun… in S_edit_distance()