Function icu_locid_transform::canonicalizer::uts35_replacement

source ยท
fn uts35_replacement<'a, I>(
    source: &mut LanguageIdentifier,
    ruletype_has_language: bool,
    ruletype_has_script: bool,
    ruletype_has_region: bool,
    ruletype_variants: Option<I>,
    replacement: &LanguageIdentifier,
)
where I: Iterator<Item = &'a str>,