github.com/sergi/go-diff/diffmatchpatch.DiffMatchPatch.DiffXIndex (method)

3 uses

	github.com/sergi/go-diff/diffmatchpatch (current package)
		diff.go#L1126: func (dmp *DiffMatchPatch) DiffXIndex(diffs []Diff, loc int) int {
		patch.go#L296: 							index2 := dmp.DiffXIndex(diffs, index1)
		patch.go#L304: 									text[startIndex+dmp.DiffXIndex(diffs, index1+len(aDiff.Text))-index2:]