Home
last modified time | relevance | path

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

/external/rust/crates/regex-syntax/src/ast/
Dparse.rs102 fn is_capture_char(c: char, first: bool) -> bool { in is_capture_char() function
1278 if !is_capture_char(self.char(), self.pos() == start) { in parse_capture_name()