type golang.org/x/text/runes.cond

7 uses

	golang.org/x/text/runes (current package)
		cond.go#L53: 	a := &cond{
		cond.go#L68: type cond struct {
		cond.go#L76: func (t *cond) Reset() {
		cond.go#L82: func (t *cond) is(r rune) bool {
		cond.go#L92: func (t *cond) isNot(r rune) bool {
		cond.go#L107: func (t *cond) Span(src []byte, atEOF bool) (n int, err error) {
		cond.go#L147: func (t *cond) Transform(dst, src []byte, atEOF bool) (nDst, nSrc int, err error) {