type unicode.SpecialCase
13 uses
unicode (current package)
casetables.go#L12: var TurkishCase SpecialCase = _TurkishCase
casetables.go#L13: var _TurkishCase = SpecialCase{
casetables.go#L20: var AzeriCase SpecialCase = _TurkishCase
letter.go#L62: type SpecialCase []CaseRange
letter.go#L283: func (special SpecialCase) ToUpper(r rune) rune {
letter.go#L292: func (special SpecialCase) ToTitle(r rune) rune {
letter.go#L301: func (special SpecialCase) ToLower(r rune) rune {
bytes
bytes.go#L676: func ToUpperSpecial(c unicode.SpecialCase, s []byte) []byte {
bytes.go#L682: func ToLowerSpecial(c unicode.SpecialCase, s []byte) []byte {
bytes.go#L688: func ToTitleSpecial(c unicode.SpecialCase, s []byte) []byte {
strings
strings.go#L615: func ToUpperSpecial(c unicode.SpecialCase, s string) string {
strings.go#L621: func ToLowerSpecial(c unicode.SpecialCase, s string) string {
strings.go#L627: func ToTitleSpecial(c unicode.SpecialCase, s string) string {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |