Home | History | Annotate | Download | only in util

Lines Matching defs:UNCHANGED

34     private static final int UNCHANGED = LevenshteinDistance.EDIT_UNCHANGED;
51 if (expectedOps[i] == UNCHANGED) {
114 new int[] {UNCHANGED},
120 new int[] {UNCHANGED, UNCHANGED},
129 new int[] {UNCHANGED, INSERT},
135 new int[] {UNCHANGED, UNCHANGED},
141 new int[] {UNCHANGED, UNCHANGED, INSERT},