github.com/google/licensecheck/old.document.byteOff (field)

7 uses

	github.com/google/licensecheck/old (current package)
		license.go#L71: 	byteOff []int32 // ith byteOff is byte offset of ith word in original text.
		license.go#L284: 	for i, off := range doc.byteOff {
		license.go#L302: 		return int(doc.byteOff[end-1]) + len(c.words[doc.words[end-1]])
		license.go#L307: 	pos := int(doc.byteOff[end-1])
		license.go#L326: 			m.Start = int(doc.byteOff[start])
		license.go#L359: 		start := int(doc.byteOff[startWord])
		normalize.go#L91: 		byteOff: indexes,