github.com/google/licensecheck/old.license.doc (field)

11 uses

	github.com/google/licensecheck/old (current package)
		license.go#L65: 	doc  *document
		license.go#L112: 			cl.doc = c.normalize([]byte(cl.text), true)
		license.go#L113: 			c.updateIndex(int32(id), cl.doc.words)
		license.go#L473: 	match.Percent = 100 * float64(s.matched) / float64(len(l.doc.words))
		license.go#L535: 				for _, w := range l.doc.words[int(ix.start)+len(p):] {
		license.go#L577: 				if prev.licenseEnd < len(l.doc.words) && l.doc.words[prev.licenseEnd] == blankID {
		license.go#L599: 			for matchLicenseStart >= 2 && l.doc.words[matchLicenseStart-1] == blankID && l.doc.words[matchLicenseStart-2] != blankID {
		license.go#L608: 					if text[i] == l.doc.words[matchLicenseStart-2] {
		license.go#L614: 						for start > 0 && matchLicenseStart > 0 && text[start-1] == l.doc.words[matchLicenseStart-1] {