Home
last modified time | relevance | path

Searched refs:compareseq (Results 1 – 1 of 1) sorted by relevance

/external/jdiff/src/jdiff/
DDiffMyers.java288 private void compareseq (int xoff, int xlim, int yoff, int ylim) { in compareseq() method in DiffMyers
325 compareseq (xoff, b, yoff, b - d); in compareseq()
330 compareseq (b, xlim, b - d, ylim); in compareseq()
448 compareseq (0, filevec[0].nondiscarded_lines, in diff_2()