unicode.Range16.Hi (field)
8 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) {
regexp/syntax
parse.go#L1635: R16: []unicode.Range16{{Lo: 0, Hi: 1<<16 - 1, Stride: 1}},
parse.go#L1969: lo, hi, stride := rune(xr.Lo), rune(xr.Hi), rune(xr.Stride)
parse.go#L1995: 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. |