Searched refs:to_mixed_case (Results 1 – 2 of 2) sorted by relevance
18 fn to_mixed_case(&self) -> Self::Owned; in to_mixed_case() method22 fn to_mixed_case(&self) -> String { in to_mixed_case() method38 assert_eq!($s1.to_mixed_case(), $s2)
213 Camel => s.to_mixed_case(), in translate()