Home
last modified time | relevance | path

Searched defs:LocalePreferences (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/icu_locale_core/src/preferences/
Dlocale.rs12 pub struct LocalePreferences { struct
27 impl LocalePreferences { impl
55 impl Default for LocalePreferences { implementation
61 impl From<&crate::Locale> for LocalePreferences { implementation
89 impl From<&crate::LanguageIdentifier> for LocalePreferences { implementation
136 impl LocalePreferences { implementation
155 pub fn extend(&mut self, other: LocalePreferences) { in extend()