unicode.RangeTable.LatinOffset (field)
38 uses
unicode (current package)
letter.go#L24: LatinOffset int // number of entries in R16 with Hi <= MaxLatin1
letter.go#L173: if off := rangeTab.LatinOffset; len(r16) > off && uint32(r) <= uint32(r16[len(r16)-1].Hi) {
tables.go#L76: LatinOffset: 2,
tables.go#L84: LatinOffset: 2,
tables.go#L756: LatinOffset: 6,
tables.go#L927: LatinOffset: 4,
tables.go#L1480: LatinOffset: 1,
tables.go#L1649: LatinOffset: 3,
tables.go#L2588: LatinOffset: 4,
tables.go#L2660: LatinOffset: 1,
tables.go#L2757: LatinOffset: 3,
tables.go#L2932: LatinOffset: 11,
tables.go#L2990: LatinOffset: 1,
tables.go#L3183: LatinOffset: 8,
tables.go#L3215: LatinOffset: 1,
tables.go#L3424: LatinOffset: 10,
tables.go#L3447: LatinOffset: 2,
tables.go#L3481: LatinOffset: 3,
tables.go#L3538: LatinOffset: 5,
tables.go#L3712: LatinOffset: 2,
tables.go#L3724: LatinOffset: 1,
tables.go#L3747: LatinOffset: 1,
tables.go#L4388: LatinOffset: 6,
tables.go#L5031: LatinOffset: 5,
tables.go#L6043: LatinOffset: 3,
tables.go#L6257: LatinOffset: 3,
tables.go#L6299: LatinOffset: 3,
tables.go#L6311: LatinOffset: 1,
tables.go#L6718: LatinOffset: 1,
tables.go#L6885: LatinOffset: 10,
tables.go#L6895: LatinOffset: 2,
tables.go#L6923: LatinOffset: 2,
tables.go#L7011: LatinOffset: 1,
tables.go#L7044: LatinOffset: 1,
tables.go#L7144: LatinOffset: 3,
tables.go#L7190: LatinOffset: 2,
tables.go#L8188: LatinOffset: 3,
tables.go#L8329: LatinOffset: 4,
|
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. |