Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mime/src/
Dparse.rs169 … ParamSource::Custom(semicolon, ref indices) => lower_ascii_with_params(s, semicolon, indices), in parse()
307 fn lower_ascii_with_params(s: &str, semi: usize, params: &[(Indexed, Indexed)]) -> String { in lower_ascii_with_params() function