Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/icu_locale_core/src/
Ddata.rs53 pub struct DataLocale { struct
66 impl DataLocale { argument
79 impl Default for &DataLocale { implementation
86 impl fmt::Debug for DataLocale { implementation
94 impl From<LanguageIdentifier> for DataLocale { implementation
100 impl From<Locale> for DataLocale { implementation
106 impl From<&LanguageIdentifier> for DataLocale { implementation
118 impl From<&Locale> for DataLocale { implementation
133 impl FromStr for DataLocale { implementation
141 impl DataLocale { implementation
/external/rust/android-crates-io/crates/icu_locale/src/fallback/
Dalgorithms.rs11 pub(crate) fn normalize(&self, locale: &mut DataLocale, default_script: &mut Option<Script>) { in normalize()
70 pub fn step(&mut self, locale: &mut DataLocale) { in step()
88 fn step_language(&mut self, locale: &mut DataLocale) { in step_language()
129 fn step_region(&mut self, locale: &mut DataLocale) { in step_region()
157 fn step_script(&mut self, locale: &mut DataLocale) { in step_script()
235 locale: &DataLocale, in get_explicit_parent()
Dmod.rs239 pub fn get(&self) -> &DataLocale { in get()
244 pub fn take(self) -> DataLocale { in take()
/external/rust/android-crates-io/crates/icu_locale_core/src/preferences/
Dlocale.rs28 fn to_data_locale_maybe_region_priority(self, region_priority: bool) -> DataLocale { in to_data_locale_maybe_region_priority()
44 pub fn to_data_locale_region_priority(self) -> DataLocale { in to_data_locale_region_priority()
51 pub fn to_data_locale_language_priority(self) -> DataLocale { in to_data_locale_language_priority()
/external/rust/android-crates-io/crates/icu_provider/src/
Dmarker.rs87 fn make_locale(locale: LocalePreferences) -> DataLocale; in make_locale()
98 fn make_locale(locale: LocalePreferences) -> DataLocale { in make_locale()
528 pub fn make_locale(self, locale: LocalePreferences) -> DataLocale { in make_locale()
Drequest.rs89 locale: &'a DataLocale, in for_marker_attributes_and_locale()
202 locale: DataLocale, in from_borrowed_and_owned()
/external/rust/android-crates-io/crates/icu_capi/src/
Dlocale_core.rs190 pub fn to_datalocale(&self) -> icu_provider::DataLocale { in to_datalocale()