const unicode.MaxLatin1
15 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#L130: if uint32(r) <= MaxLatin1 {
graphic.go#L142: if uint32(r) <= MaxLatin1 {
letter.go#L13: MaxLatin1 = '\u00FF' // maximum Latin-1 value.
letter.go#L92: if len(ranges) <= linearMax || r <= MaxLatin1 {
letter.go#L186: if uint32(r) <= MaxLatin1 {
letter.go#L195: if uint32(r) <= MaxLatin1 {
letter.go#L203: if r <= MaxLatin1 {
tables.go#L7565: var properties = [MaxLatin1 + 1]uint8{
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. |