OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:diff_path1
(Results
1 - 2
of
2
) sorted by null
/external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java
475
return
diff_path1
(v_map1, text1, text2);
479
LinkedList<Diff> a =
diff_path1
(v_map1, text1.substring(0, x),
522
=
diff_path1
(v_map1, text1.substring(0, text1_length - x),
543
protected LinkedList<Diff>
diff_path1
(List<Set<Long>> v_map,
method
575
: "No diagonal. Can't happen. (
diff_path1
)";
[
all
...]
diff_match_patch_test.java
438
assertEquals("
diff_path1
: Single letters.", diffs, dmp.
diff_path1
(v_map, "A1B2C3D", "W12X3"));
476
assertEquals("
diff_path1
: Double letters.", diffs, dmp.
diff_path1
(v_map, "AB12", "WX12"));
[
all
...]
Completed in 1617 milliseconds