github.com/google/licensecheck/old.document.startPos (method)

2 uses

	github.com/google/licensecheck/old (current package)
		license.go#L423: 			matchLength += doc.endPos(matches, i) - doc.startPos(matches, i)
		license.go#L435: func (doc *document) startPos(matches []Match, i int) int {