func unicode.Is
16 uses
unicode (current package)
graphic.go#L61: if Is(inside, r) {
graphic.go#L71: if Is(inside, r) {
graphic.go#L117: return Is(Punct, r)
letter.go#L157: func Is(rangeTab *RangeTable, r rune) bool {
encoding/xml
xml.go#L1244: if !unicode.Is(first, c) {
xml.go#L1253: if !unicode.Is(first, c) && !unicode.Is(second, c) {
xml.go#L1268: if !unicode.Is(first, c) {
xml.go#L1277: if !unicode.Is(first, c) && !unicode.Is(second, c) {
golang.org/x/text/cases
map.go#L510: if !unicode.Is(unicode.Greek, r) {
map.go#L659: if !unicode.Is(unicode.Soft_Dotted, r) {
golang.org/x/text/runes
runes.go#L33: return setFunc(func(r rune) bool { return unicode.Is(rt, r) })
runes.go#L39: return setFunc(func(r rune) bool { return !unicode.Is(rt, r) })
golang.org/x/text/secure/precis
nickname.go#L54: if unicode.Is(unicode.Zs, r) {
profiles.go#L74: if unicode.Is(unicode.Zs, r) {