HomeSort by relevance Sort by last modified time
    Searched refs:hunk (Results 1 - 2 of 2) sorted by null

  /external/jdiff/src/jdiff/
Diff.java 122 DiffMyers.change hunk = script;
123 DiffMyers.change lasthunk = null; // Set to the last potential hunk
125 for (; hunk != null; hunk = hunk.link) {
126 int deletes = hunk.deleted;
127 int inserts = hunk.inserted;
131 lasthunk = hunk;
135 int first0 = hunk.line0; // Index of first deleted word
136 int first1 = hunk.line1; // Index of first inserted wor
166 DiffMyers.change hunk = script; local
    [all...]
  /external/icu4c/test/cintltst/
ccapitst.c 1522 char hunk[8192]; local
    [all...]

Completed in 61 milliseconds