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

/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java100 protected static class LinesToCharsResult { class in class:diff_match_patch
105 protected LinesToCharsResult(String chars1, String chars2, method in class:diff_match_patch.LinesToCharsResult
260 LinesToCharsResult b = diff_linesToChars(text1, text2);
335 protected LinesToCharsResult diff_linesToChars(String text1, String text2) {
347 return new LinesToCharsResult(chars1, chars2, lineArray);

Completed in 321 milliseconds