openshot-audio
0.1.5
|
This is the complete list of members for TextDiffHelpers, including all inherited members.
addDeletion(TextDiff &td, int index, int length) | TextDiffHelpers | inlinestatic |
addInsertion(TextDiff &td, const String::CharPointerType text, int index, int length) | TextDiffHelpers | inlinestatic |
diffRecursively(TextDiff &td, const StringRegion &a, const StringRegion &b) | TextDiffHelpers | inlinestatic |
diffSkippingCommonStart(TextDiff &td, const StringRegion &a, const StringRegion &b) | TextDiffHelpers | inlinestatic |
findLongestCommonSubstring(String::CharPointerType a, const int lenA, const String::CharPointerType b, const int lenB, int &indexInA, int &indexInB) | TextDiffHelpers | inlinestatic |
minLengthToMatch enum value | TextDiffHelpers |