unicode.Range16.Hi (field)
5 uses
unicode (current package)
letter.go#L31: Hi uint16
letter.go#L98: if r <= range_.Hi {
letter.go#L111: if range_.Lo <= r && r <= range_.Hi {
letter.go#L160: if len(r16) > 0 && uint32(r) <= uint32(r16[len(r16)-1].Hi) {
letter.go#L173: if off := rangeTab.LatinOffset; len(r16) > off && uint32(r) <= uint32(r16[len(r16)-1].Hi) {
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |