type github.com/google/licensecheck/old.document

12 uses

	github.com/google/licensecheck/old (current package)
		license.go#L65: 	doc  *document
		license.go#L68: type document struct {
		license.go#L272: func (doc *document) sort(matches []Match) {
		license.go#L283: func (doc *document) wordOffset(byteOffset int) int {
		license.go#L294: func (doc *document) endWordToEndByte(c *Checker, end int) int {
		license.go#L319: func (doc *document) toByteOffsets(c *Checker, matches []Match) {
		license.go#L344: func (doc *document) findURLsBetween(c *Checker, matches []Match) []Match {
		license.go#L416: func (doc *document) percent(matches []Match) float64 {
		license.go#L435: func (doc *document) startPos(matches []Match, i int) int {
		license.go#L454: func (doc *document) endPos(matches []Match, i int) int {
		normalize.go#L34: func (c *Checker) normalize(data []byte, updateDict bool) *document {
		normalize.go#L88: 	return &document{