type unicode.CaseRange
11 uses
unicode (current package)
casetables.go#L14: CaseRange{0x0049, 0x0049, d{0, 0x131 - 0x49, 0}},
casetables.go#L15: CaseRange{0x0069, 0x0069, d{0x130 - 0x69, 0, 0x130 - 0x69}},
casetables.go#L16: CaseRange{0x0130, 0x0130, d{0, 0x69 - 0x130, 0}},
casetables.go#L17: CaseRange{0x0131, 0x0131, d{0x49 - 0x131, 0, 0x49 - 0x131}},
letter.go#L56: type CaseRange struct {
letter.go#L64: type SpecialCase []CaseRange
letter.go#L211: func to(_case int, r rune, caseRange []CaseRange) (mappedRune rune, foundMapping bool) {
letter.go#L288: r1, hadMapping := to(UpperCase, r, []CaseRange(special))
letter.go#L297: r1, hadMapping := to(TitleCase, r, []CaseRange(special))
letter.go#L306: r1, hadMapping := to(LowerCase, r, []CaseRange(special))
tables.go#L7235: var _CaseRanges = []CaseRange{
|
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. |