type vendor/golang.org/x/net/idna.info
19 uses
vendor/golang.org/x/net/idna (current package)
idna10.0.0.go#L413: bidi = bidi || info(v).isBidi(s[i:])
idna10.0.0.go#L415: switch p.simplify(info(v).category()) {
idna10.0.0.go#L428: func (c info) isBidi(s string) bool {
idna10.0.0.go#L451: var combinedInfoBits info
idna10.0.0.go#L463: combinedInfoBits |= info(v)
idna10.0.0.go#L464: bidi = bidi || info(v).isBidi(s[i:])
idna10.0.0.go#L468: switch p.simplify(info(v).category()) {
idna10.0.0.go#L479: b = info(v).appendMapping(b, s[start:i])
idna10.0.0.go#L604: if c := p.simplify(info(v).category()); c != valid && c != deviation {
idna10.0.0.go#L695: x := info(v)
idna10.0.0.go#L719: x = info(v)
trie.go#L11: func (c info) appendMapping(b []byte, s string) []byte {
trieval.go#L40: type info uint16
trieval.go#L94: func (c info) isMapped() bool {
trieval.go#L98: func (c info) category() category {
trieval.go#L106: func (c info) joinType() info {
trieval.go#L113: func (c info) isModifier() bool {
trieval.go#L117: func (c info) isViramaModifier() bool {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |