type github.com/google/licensecheck/internal/match.Dict

20 uses

	github.com/google/licensecheck/internal/match (current package)
		dict.go#L21: type Dict struct {
		dict.go#L37: func (d *Dict) Insert(w string) WordID {
		dict.go#L56: func (d *Dict) Lookup(w string) WordID {
		dict.go#L66: func (d *Dict) Words() []string {
		dict.go#L79: func (d *Dict) InsertSplit(text string) []Word {
		dict.go#L86: func (d *Dict) Split(text string) []Word {
		dict.go#L93: func (d *Dict) split(text string, insert bool) []Word {
		regexp.go#L51: 	dict   *Dict
		regexp.go#L62: func ParseLRE(d *Dict, file, s string) (*LRE, error) {
		regexp.go#L75: func (re *LRE) Dict() *Dict {
		regexp.go#L101: 	dict *Dict // dict shared by all LREs
		regexp.go#L171: func (re *MultiLRE) Dict() *Dict {
		rematch.go#L232: func (p reProg) string(d *Dict) string {
		rematch.go#L746: func (dfa reDFA) string(d *Dict) string {
		rematch.go#L811: func (dfa reDFA) match(dict *Dict, text string, words []Word) (match int32, end int) {
		resyntax.go#L90: func (re *reSyntax) string(d *Dict) string {
		resyntax.go#L114: func rePrint(b *bytes.Buffer, re *reSyntax, d *Dict) {
		resyntax.go#L176: 	dict  *Dict
		resyntax.go#L187: func reParse(d *Dict, s string, strict bool) (*reSyntax, error) {

	github.com/google/licensecheck
		scan.go#L66: 	d := new(match.Dict)