Searched refs:as_byte (Results 1 – 1 of 1) sorted by relevance
922 } else if b.as_byte().map_or(false, |b| b == b'\n') { in exec_byte()951 empty_flags.start_line = b.as_byte().map_or(false, |b| b == b'\n'); in exec_byte()977 if b.as_byte().map_or(false, |b| inst.matches(b)) { in exec_byte()1531 match b.as_byte() { in byte_class()1737 let b = match self.as_byte() { in is_ascii_word()1747 fn as_byte(&self) -> Option<u8> { in as_byte() method