Home
last modified time | relevance | path

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

/external/rust/crates/chrono/src/
Ddate.rs332 self.format_localized_with_items(StrftimeItems::new_with_locale(fmt, locale), locale) in format_localized()
Ddatetime.rs531 self.format_localized_with_items(StrftimeItems::new_with_locale(fmt, locale), locale) in format_localized()
/external/rust/crates/chrono/src/format/
Dstrftime.rs225 pub fn new_with_locale(s: &'a str, locale: Locale) -> StrftimeItems<'a> { in new_with_locale() method
Dmod.rs761 pub fn new_with_locale( in new_with_locale() method