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