func unicode.Is
10 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#L155: func Is(rangeTab *RangeTable, r rune) bool {
encoding/xml
xml.go#L1236: if !unicode.Is(first, c) {
xml.go#L1245: if !unicode.Is(first, c) && !unicode.Is(second, c) {
xml.go#L1260: if !unicode.Is(first, c) {
xml.go#L1269: if !unicode.Is(first, c) && !unicode.Is(second, c) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)