Searched refs:to_ascii_titlecase (Results 1 – 4 of 4) sorted by relevance
23 assert_eq!(s1.to_ascii_titlecase(), "Test");33 assert_eq!(s2.to_ascii_titlecase(), "New york");46 * `to_ascii_titlecase`
30 s.to_ascii_titlecase(),
150 pub const fn to_ascii_titlecase(&self) -> Self { in to_ascii_titlecase() method296 pub const fn to_ascii_titlecase(&self) -> Self { in to_ascii_titlecase() method
729 pub const fn to_ascii_titlecase(mut self) -> Self { in to_ascii_titlecase() method732 to_ascii_titlecase, in to_ascii_titlecase()984 .to_ascii_titlecase() in test_is_ascii_titlecase()1053 .to_ascii_titlecase() in test_is_ascii_alphabetic_titlecase()1124 |t: TinyAsciiStr<N>| TinyAsciiStr::to_ascii_titlecase(t).as_str().to_owned(), in test_to_ascii_titlecase()