unicode.Range32.Hi (field)
6 uses
unicode (current package)
letter.go#L40: Hi uint32
letter.go#L131: if r <= range_.Hi {
letter.go#L144: if range_.Lo <= r && r <= range_.Hi {
regexp/syntax
parse.go#L1636: R32: []unicode.Range32{{Lo: 1 << 16, Hi: unicode.MaxRune, Stride: 1}},
parse.go#L1979: lo, hi, stride := rune(xr.Lo), rune(xr.Hi), rune(xr.Stride)
parse.go#L2011: lo, hi, stride := rune(xr.Lo), rune(xr.Hi), rune(xr.Stride)
|
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. |