Searched refs:EDIT_INSERT (Results 1 – 2 of 2) sorted by relevance
29 public static final int EDIT_INSERT = 1; field in LevenshteinDistance50 editTab[0][i] = EDIT_INSERT; in LevenshteinDistance()83 type = EDIT_INSERT; in calculate()118 case LevenshteinDistance.EDIT_INSERT: in getTargetOperations()
31 private static final int INSERT = LevenshteinDistance.EDIT_INSERT;