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

12 uses

	github.com/google/licensecheck/old (current package)
		license.go#L75: type Checker struct {
		license.go#L97: func New(licenses []License) *Checker {
		license.go#L98: 	c := &Checker{
		license.go#L124: var builtin *Checker
		license.go#L178: func (c *Checker) updateIndex(id int32, words []int32) {
		license.go#L202: func (c *Checker) Cover(input []byte, opts Options) (Coverage, bool) {
		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#L387: func (c *Checker) licenseURL(url string) (string, bool) {
		license.go#L487: func (c *Checker) submatches(text []int32, opts Options) []submatch {
		normalize.go#L34: func (c *Checker) normalize(data []byte, updateDict bool) *document {