Searched defs:to_upper_camel_case (Results 1 – 4 of 4) sorted by relevance
25 fn to_upper_camel_case(&self) -> Self::Owned; in to_upper_camel_case() method29 fn to_upper_camel_case(&self) -> String { in to_upper_camel_case() method
20 fn to_upper_camel_case(&self) -> Self::Owned; in to_upper_camel_case() method24 fn to_upper_camel_case(&self) -> String { in to_upper_camel_case() method
375 fn to_upper_camel_case(s: &str, replace_underscores: bool) -> String { in to_upper_camel_case() function