github.com/google/licensecheck/internal/match.Dict.Words (method)

9 uses

	github.com/google/licensecheck/internal/match (current package)
		dict.go#L66: func (d *Dict) Words() []string {
		regexp.go#L152: 				return nil, fmt.Errorf("%s: invalid pattern: begins with wildcard phrase: __ %s", sub.File(), dict.Words()[p[1]])
		regexp.go#L155: 				return nil, fmt.Errorf("%s: invalid pattern: matches single word %s", sub.File(), dict.Words()[p[0]])
		regexp.go#L158: 				return nil, fmt.Errorf("%s: invalid pattern: begins with wildcard phrase: %s __", sub.File(), dict.Words()[p[0]])
		rematch.go#L234: 	words := d.Words()
		rematch.go#L765: 				s = d.Words()[w]
		rematch.go#L814: 	dictWords := dict.Words()
		resyntax.go#L164: 			s := d.Words()[w]
		resyntax.go#L168: 				b.WriteString(d.Words()[w])