Home
last modified time | relevance | path

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

/external/rust/crates/url/src/
Dparser.rs1497 } else if !is_url_code_point(c) { in check_url_code_point()
1517 fn is_url_code_point(c: char) -> bool { in is_url_code_point() function