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

/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java173 commonlength = diff_commonSuffix(text1, text2);
685 public int diff_commonSuffix(String text1, String text2) { method in class:diff_match_patch
763 int suffixLength = diff_commonSuffix(longtext.substring(0, i),
885 commonOffset = diff_commonSuffix(equality1, edit);
1159 commonlength = diff_commonSuffix(text_insert, text_delete);

Completed in 30 milliseconds