Searched refs:ascii_alpha (Results 1 – 2 of 2) sorted by relevance
400 if input.is_empty() || !input.starts_with(ascii_alpha) { in parse_scheme()1549 pub fn ascii_alpha(ch: char) -> bool { in ascii_alpha() function1585 && ascii_alpha(s.as_bytes()[0] as char) in starts_with_windows_drive_letter()1597 if ascii_alpha(a) && matches!(b, ':' | '|') && matches!(c, '/' | '\\' | '?' | '#') => in starts_with_windows_drive_letter_segment()1603 (Some(a), Some(b), None) if ascii_alpha(a) && matches!(b, ':' | '|') => true, in starts_with_windows_drive_letter_segment()
2812 if !first.starts_with(parser::ascii_alpha) || first.as_bytes()[1] != b':' { in file_url_segments_to_pathbuf_windows()2820 if !first.starts_with(parser::ascii_alpha) { in file_url_segments_to_pathbuf_windows()