Searched refs:previous_distance (Results 1 – 1 of 1) sorted by relevance
219 int previous_distance = i - 1; in LevenshteinDistance() local224 previous_distance + (a[j - 1] == b[i - 1] ? 0 : 1)}); in LevenshteinDistance()225 previous_distance = distances[j]; in LevenshteinDistance()