Home
last modified time | relevance | path

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

/external/rust/crates/url/src/
Dparser.rs995 let mut non_ignored_chars = 0; in parse_host() localVariable
1007 non_ignored_chars += 1 in parse_host()
1011 non_ignored_chars += 1 in parse_host()
1013 _ => non_ignored_chars += 1, in parse_host()
1020 let host_input = input.by_ref().take(non_ignored_chars); in parse_host()
1079 let mut non_ignored_chars = 0; in file_host() localVariable
1085 _ => non_ignored_chars += 1, in file_host()
1093 let host_input = remaining.by_ref().take(non_ignored_chars); in file_host()