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

  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch_test.java 305 assertEquals("diff_text2:", "jumped over a lazy", dmp.diff_text2(diffs));
356 String text2 = dmp.diff_text2(diffs);
357 assertEquals("diff_text2: Unchanged characters.", "A-Z a-z 0-9 - _ . ! ~ * \' ( ) ; / ? : @ & = + $ , # ", text2);
    [all...]
diff_match_patch.java 1347 public String diff_text2(LinkedList<Diff> diffs) { method
    [all...]

Completed in 1013 milliseconds