Home
last modified time | relevance | path

Searched refs:to_ascii_titlecase (Results 1 – 4 of 4) sorted by relevance

/external/rust/android-crates-io/crates/tinystr/
DREADME.md23 assert_eq!(s1.to_ascii_titlecase(), "Test");
33 assert_eq!(s2.to_ascii_titlecase(), "New york");
46 * `to_ascii_titlecase`
/external/rust/android-crates-io/crates/icu_locale_core/src/subtags/
Dscript.rs30 s.to_ascii_titlecase(),
/external/rust/android-crates-io/crates/tinystr/src/
Dint_ops.rs150 pub const fn to_ascii_titlecase(&self) -> Self { in to_ascii_titlecase() method
296 pub const fn to_ascii_titlecase(&self) -> Self { in to_ascii_titlecase() method
Dascii.rs729 pub const fn to_ascii_titlecase(mut self) -> Self { in to_ascii_titlecase() method
732 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()