Searched refs:EDIT_DELETE (Results 1 – 2 of 2) sorted by relevance
28 public static final int EDIT_DELETE = 0; field in LevenshteinDistance46 editTab[i][0] = EDIT_DELETE; in LevenshteinDistance()78 int type = EDIT_DELETE; in calculate()115 case LevenshteinDistance.EDIT_DELETE: in getTargetOperations()
32 private static final int DELETE = LevenshteinDistance.EDIT_DELETE;