Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_error_messages/src/
Dlib.rs130 requested_locale: Option<LanguageIdentifier>, in fluent_bundle()
601 fn construct(lang: LanguageIdentifier, _args: Self::Args) -> Result<Self, Self::Error> in fluent_value_from_str_list_sep_by_and()
/third_party/rust/rust/compiler/rustc_session/src/
Doptions.rs497 pub(crate) fn parse_opt_langid(slot: &mut Option<LanguageIdentifier>, v: Option<&str>) -> bool { in parse_opt_langid()