BuildmLearn-Toolkit-Android  2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
org.buildmlearn.toolkit.utilities.diff_match_patch Member List

This is the complete list of members for org.buildmlearn.toolkit.utilities.diff_match_patch, including all inherited members.

BLANKLINEENDorg.buildmlearn.toolkit.utilities.diff_match_patchprivate
BLANKLINESTARTorg.buildmlearn.toolkit.utilities.diff_match_patchprivate
diff_bisect(String text1, String text2, long deadline)org.buildmlearn.toolkit.utilities.diff_match_patchprotected
diff_bisectSplit(String text1, String text2, int x, int y, long deadline)org.buildmlearn.toolkit.utilities.diff_match_patchprivate
diff_charsToLines(LinkedList< Diff > diffs, List< String > lineArray)org.buildmlearn.toolkit.utilities.diff_match_patchprotected
diff_cleanupEfficiency(LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
diff_cleanupMerge(LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
diff_cleanupSemantic(LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
diff_cleanupSemanticLossless(LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
diff_cleanupSemanticScore(String one, String two)org.buildmlearn.toolkit.utilities.diff_match_patchprivate
diff_commonOverlap(String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patchprotected
diff_commonPrefix(String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patch
diff_commonSuffix(String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patch
diff_compute(String text1, String text2, boolean checklines, long deadline)org.buildmlearn.toolkit.utilities.diff_match_patchprivate
Diff_EditCostorg.buildmlearn.toolkit.utilities.diff_match_patch
diff_fromDelta(String text1, String delta)org.buildmlearn.toolkit.utilities.diff_match_patch
diff_halfMatch(String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patchprotected
diff_halfMatchI(String longtext, String shorttext, int i)org.buildmlearn.toolkit.utilities.diff_match_patchprivate
diff_levenshtein(LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
diff_lineMode(String text1, String text2, long deadline)org.buildmlearn.toolkit.utilities.diff_match_patchprivate
diff_linesToChars(String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patchprotected
diff_linesToCharsMunge(String text, List< String > lineArray, Map< String, Integer > lineHash)org.buildmlearn.toolkit.utilities.diff_match_patchprivate
diff_main(String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patch
diff_main(String text1, String text2, boolean checklines)org.buildmlearn.toolkit.utilities.diff_match_patch
diff_main(String text1, String text2, boolean checklines, long deadline)org.buildmlearn.toolkit.utilities.diff_match_patchprivate
diff_prettyHtml(LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
diff_text1(LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
diff_text2(LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
Diff_Timeoutorg.buildmlearn.toolkit.utilities.diff_match_patch
diff_toDelta(LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
diff_WordMode(String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patch
diff_wordsToChars(String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patchprotected
diff_wordsToCharsMunge(String text, List< String > lineArray, Map< String, Integer > lineHash)org.buildmlearn.toolkit.utilities.diff_match_patchprivate
diff_xIndex(LinkedList< Diff > diffs, int loc)org.buildmlearn.toolkit.utilities.diff_match_patch
match_alphabet(String pattern)org.buildmlearn.toolkit.utilities.diff_match_patchprotected
match_bitap(String text, String pattern, int loc)org.buildmlearn.toolkit.utilities.diff_match_patchprotected
match_bitapScore(int e, int x, int loc, String pattern)org.buildmlearn.toolkit.utilities.diff_match_patchprivate
Match_Distanceorg.buildmlearn.toolkit.utilities.diff_match_patch
match_main(String text, String pattern, int loc)org.buildmlearn.toolkit.utilities.diff_match_patch
Match_MaxBitsorg.buildmlearn.toolkit.utilities.diff_match_patchprivate
Match_Thresholdorg.buildmlearn.toolkit.utilities.diff_match_patch
patch_addContext(Patch patch, String text)org.buildmlearn.toolkit.utilities.diff_match_patchprotected
patch_addPadding(LinkedList< Patch > patches)org.buildmlearn.toolkit.utilities.diff_match_patch
patch_apply(LinkedList< Patch > patches, String text)org.buildmlearn.toolkit.utilities.diff_match_patch
patch_deepCopy(LinkedList< Patch > patches)org.buildmlearn.toolkit.utilities.diff_match_patch
Patch_DeleteThresholdorg.buildmlearn.toolkit.utilities.diff_match_patch
patch_fromText(String textline)org.buildmlearn.toolkit.utilities.diff_match_patch
patch_make(String text1, String text2)org.buildmlearn.toolkit.utilities.diff_match_patch
patch_make(LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
patch_make(String text1, String text2, LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
patch_make(String text1, LinkedList< Diff > diffs)org.buildmlearn.toolkit.utilities.diff_match_patch
Patch_Marginorg.buildmlearn.toolkit.utilities.diff_match_patch
patch_splitMax(LinkedList< Patch > patches)org.buildmlearn.toolkit.utilities.diff_match_patch
patch_toText(List< Patch > patches)org.buildmlearn.toolkit.utilities.diff_match_patch
unescapeForEncodeUriCompatability(String str)org.buildmlearn.toolkit.utilities.diff_match_patchprivatestatic