Home
last modified time | relevance | path

Searched defs:ToTitle (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/unicode/
Dletter.go276 func ToTitle(r rune) rune { func
296 func (special SpecialCase) ToTitle(r rune) rune { func
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go714 func ToTitle(s string) string { return Map(unicode.ToTitle, s) } func
/aosp_15_r20/prebuilts/go/linux-x86/src/bytes/
Dbytes.go698 func ToTitle(s []byte) []byte { return Map(unicode.ToTitle, s) } func
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dcc_op_gen.cc103 string ToTitle(const string& name) { in ToTitle() function