github.com/google/licensecheck/internal/match.reParser.words (method)

8 uses

	github.com/google/licensecheck/internal/match (current package)
		resyntax.go#L200: 			p.words(s[start:i], "((")
		resyntax.go#L210: 			p.words(s[start:i], "||")
		resyntax.go#L229: 			p.words(s[start:i], "))")
		resyntax.go#L252: 			p.words(s[start:i], "??")
		resyntax.go#L276: 			p.words(s[start:i], "__")
		resyntax.go#L286: 			p.words(s[start:i], "//** **//")
		resyntax.go#L295: 	p.words(s[start:], "")
		resyntax.go#L333: func (p *reParser) words(text, next string) {