Searched refs:is_capture_char (Results 1 – 1 of 1) sorted by relevance
102 fn is_capture_char(c: char, first: bool) -> bool { in is_capture_char() function1278 if !is_capture_char(self.char(), self.pos() == start) { in parse_capture_name()