type golang.org/x/text/secure/precis.checker

7 uses

	golang.org/x/text/secure/precis (current package)
		profile.go#L108: 		ts = append(ts, &checker{p: p, allowed: p.Allowed()})
		profile.go#L175: 		c := checker{p: p}
		profile.go#L219: 		c := checker{p: p}
		profile.go#L334: type checker struct {
		profile.go#L343: func (c *checker) Reset() {
		profile.go#L349: func (c *checker) span(src []byte, atEOF bool) (n int, err error) {
		profile.go#L399: func (c checker) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {