Searched refs:diffCommonSuffix (Results 1 – 1 of 1) sorted by relevance
163 …commonlength);text2=text2.substring(commonlength);commonlength=this.diffCommonSuffix(text1,text2);…174 return pointermid;};DiffMatchPatch.prototype.diffCommonSuffix=function(text1,text2){var pointermid,… method in DiffMatchPatch188 …efix(longtext.substring(i),shorttext.substring(j));suffixLength=dmp.diffCommonSuffix(longtext.subs…227 commonlength=this.diffCommonSuffix(textInsert,textDelete);if(commonlength!==0){diffs[pointer][1]=te…