Searched refs:is_ascii_hex_digit (Results 1 – 1 of 1) sorted by relevance
1493 if is_ascii_hex_digit(a) && is_ascii_hex_digit(b)) in check_url_code_point()1505 fn is_ascii_hex_digit(c: char) -> bool { in is_ascii_hex_digit() function