Searched defs:ToTitle (Results 1 – 4 of 4) sorted by relevance
276 func ToTitle(r rune) rune { func296 func (special SpecialCase) ToTitle(r rune) rune { func
714 func ToTitle(s string) string { return Map(unicode.ToTitle, s) } func
698 func ToTitle(s []byte) []byte { return Map(unicode.ToTitle, s) } func
103 string ToTitle(const string& name) { in ToTitle() function