vendor/golang.org/x/text/unicode/bidi.Properties.Class (method)
7 uses
vendor/golang.org/x/text/unicode/bidi (current package)
bidi.go#L107: cls := props.Class()
prop.go#L28: func (p Properties) Class() Class {
vendor/golang.org/x/text/secure/bidirule
bidirule.go#L141: c := e.Class()
bidirule.go#L160: c := e.Class()
bidirule.go#L277: c := uint16(1 << e.Class())
bidirule.go#L316: c := uint16(1 << e.Class())
vendor/golang.org/x/net/idna
idna10.0.0.go#L469: switch p.Class() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |