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#L64: type SpecialCase []CaseRange
letter.go#L287: func (special SpecialCase) ToUpper(r rune) rune {
letter.go#L296: func (special SpecialCase) ToTitle(r rune) rune {
letter.go#L305: func (special SpecialCase) ToLower(r rune) rune {
bytes
bytes.go#L714: func ToUpperSpecial(c unicode.SpecialCase, s []byte) []byte {
bytes.go#L720: func ToLowerSpecial(c unicode.SpecialCase, s []byte) []byte {
bytes.go#L726: func ToTitleSpecial(c unicode.SpecialCase, s []byte) []byte {
strings
strings.go#L686: func ToUpperSpecial(c unicode.SpecialCase, s string) string {
strings.go#L692: func ToLowerSpecial(c unicode.SpecialCase, s string) string {
strings.go#L698: func ToTitleSpecial(c unicode.SpecialCase, s string) string {
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. |