HomeSort by relevance Sort by last modified time
    Searched full:best_common (Results 1 - 1 of 1) sorted by null

  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 757 String best_common = ""; local
765 if (best_common.length() < suffixLength + prefixLength) {
766 best_common = shorttext.substring(j - suffixLength, j)
774 if (best_common.length() >= longtext.length() / 2) {
776 best_shorttext_a, best_shorttext_b, best_common};
    [all...]

Completed in 291 milliseconds