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

3 uses

	github.com/sergi/go-diff/diffmatchpatch (current package)
		diff.go#L575: 	hm1 := dmp.diffHalfMatchI(longtext, shorttext, int(float64(len(longtext)+3)/4))
		diff.go#L578: 	hm2 := dmp.diffHalfMatchI(longtext, shorttext, int(float64(len(longtext)+1)/2))
		diff.go#L606: func (dmp *DiffMatchPatch) diffHalfMatchI(l, s []rune, i int) [][]rune {