const unicode.MaxLatin1
16 uses
unicode (current package)
digit.go#L9: if r <= MaxLatin1 {
graphic.go#L39: if uint32(r) <= MaxLatin1 {
graphic.go#L51: if uint32(r) <= MaxLatin1 {
graphic.go#L82: if uint32(r) <= MaxLatin1 {
graphic.go#L91: if uint32(r) <= MaxLatin1 {
graphic.go#L105: if uint32(r) <= MaxLatin1 {
graphic.go#L114: if uint32(r) <= MaxLatin1 {
graphic.go#L128: if uint32(r) <= MaxLatin1 {
graphic.go#L140: if uint32(r) <= MaxLatin1 {
letter.go#L13: MaxLatin1 = '\u00FF' // maximum Latin-1 value.
letter.go#L90: if len(ranges) <= linearMax || r <= MaxLatin1 {
letter.go#L182: if uint32(r) <= MaxLatin1 {
letter.go#L191: if uint32(r) <= MaxLatin1 {
letter.go#L199: if r <= MaxLatin1 {
tables.go#L7251: var properties = [MaxLatin1 + 1]uint8{
golang.org/x/text/unicode/rangetable
merge.go#L97: for i := 0; i < len(rt.R16) && rt.R16[i].Hi <= unicode.MaxLatin1; i++ {
![]() |
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. |