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

/external/jdiff/src/jdiff/
H A DDiff.java48 DiffMyers diff = new DiffMyers(oldDocWords, newDocWords);
49 DiffMyers.change script = diff.diff_2(false);
118 static DiffMyers.change mergeDiffs(String[] oldDocWords, String[] newDocWords,
119 DiffMyers.change script) {
122 DiffMyers.change hunk = script;
123 DiffMyers.change lasthunk = null; // Set to the last potential hunk
156 * edited using the edit script provided by the DiffMyers object.
164 DiffMyers.change script, String text) {
166 DiffMyers
[all...]
H A DDiffMyers.java42 public class DiffMyers class
52 public DiffMyers(Object[] a,Object[] b) method in class:DiffMyers

Completed in 291 milliseconds