const unicode.MaxASCII
7 uses
unicode (current package)
letter.go#L12: MaxASCII = '\u007F' // maximum ASCII value.
letter.go#L251: if r <= MaxASCII {
letter.go#L262: if r <= MaxASCII {
letter.go#L273: if r <= MaxASCII {
tables.go#L7510: var asciiFold = [MaxASCII + 1]uint16{
crypto/x509
x509.go#L1681: if r > unicode.MaxASCII {
text/template/parse
lex.go#L415: case r <= unicode.MaxASCII && unicode.IsPrint(r):
![]() |
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. |