Text_Diff_Engine_native
Methods
1 to 5 of 5
- Text_Diff_Engine_native::_compareseq() – Finds LCS of two sequences.
- Text_Diff_Engine_native::_diag() – Divides the Largest Common Subsequence (LCS) of the sequences (XOFF, XLIM) and (YOFF, YLIM) into NCHUNKS approximately equally sized segments.
- Text_Diff_Engine_native::_lcsPos() –
- Text_Diff_Engine_native::_shiftBoundaries() – Adjusts inserts/deletes of identical lines to join changes as much as possible.
- Text_Diff_Engine_native::diff() –