Searched refs:diff_xIndex (Results 1 - 2 of 2) sorted by relevance

/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch_test.java369 assertEquals("diff_xIndex: Translation on equality.", 5, dmp.diff_xIndex(diffs, 2));
372 assertEquals("diff_xIndex: Translation on deletion.", 1, dmp.diff_xIndex(diffs, 3));
H A Ddiff_match_patch.java1261 public int diff_xIndex(LinkedList<Diff> diffs, int loc) { method in class:diff_match_patch
1981 int index2 = diff_xIndex(diffs, index1);
1989 + text.substring(start_loc + diff_xIndex(diffs,

Completed in 147 milliseconds