Searched refs:starts_with_char (Results 1 – 2 of 2) sorted by relevance
30 pub fn starts_with_char(&self, ch: char) -> bool { in starts_with_char() method878 if ident_any(rest)?.0.starts_with_char('\'') { in punct()971 if input.starts_with_char('/') { in doc_comment_contents()
1104 let negative = cursor.starts_with_char('-'); in from_str()