Searched refs:diff_text2 (Results 1 - 2 of 2) sorted by relevance

/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch_test.java305 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);
H A Ddiff_match_patch.java1347 public String diff_text2(LinkedList<Diff> diffs) { method in class:diff_match_patch
1965 text = text.substring(0, start_loc) + diff_text2(aPatch.diffs)
2148 precontext = diff_text2(patch.diffs);

Completed in 89 milliseconds