Searched defs:diff_commonPrefix (Results 1 - 1 of 1) sorted by relevance

/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java167 int commonlength = diff_commonPrefix(text1, text2);
667 public int diff_commonPrefix(String text1, String text2) { method in class:diff_match_patch
761 int prefixLength = diff_commonPrefix(longtext.substring(i),
1143 commonlength = diff_commonPrefix(text_insert, text_delete);

Completed in 199 milliseconds