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#L1639: 	R32: []unicode.Range32{{Lo: 1 << 16, Hi: unicode.MaxRune, Stride: 1}},
		parse.go#L1998: 		lo, hi, stride := rune(xr.Lo), rune(xr.Hi), rune(xr.Stride)
		parse.go#L2030: 		lo, hi, stride := rune(xr.Lo), rune(xr.Hi), rune(xr.Stride)
|  | The pages are generated with Golds v0.7.6. (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. |