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

3 uses

	github.com/sergi/go-diff/diffmatchpatch (current package)
		diff.go#L325: 						return dmp.diffBisectSplit(runes1, runes2, x1, y1, deadline)
		diff.go#L363: 						return dmp.diffBisectSplit(runes1, runes2, x1, y1, deadline)
		diff.go#L376: func (dmp *DiffMatchPatch) diffBisectSplit(runes1, runes2 []rune, x, y int,