Home
last modified time | relevance | path

Searched refs:byte_class (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/regex/src/
H A Ddfa.rs1024 let cls = self.byte_class(b); in exec_byte()
1353 match self.cache.trans.next(si, self.byte_class(b)) { in next_state()
1488 let cls = self.byte_class(Byte::byte(b as u8)); in add_state()
1528 fn byte_class(&self, b: Byte) -> usize { in byte_class() functions
1535 /// Like byte_class, but explicitly for u8s.

Completed in 3 milliseconds