Home
last modified time | relevance | path

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

/external/rust/crates/url/src/
Dparser.rs214 let input = original_input.trim_matches(c0_control_or_space); in with_log()
1524 fn c0_control_or_space(ch: char) -> bool { in c0_control_or_space() function