Searched refs:shortest_nfa (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/regex/src/ |
H A D | exec.rs | 452 dfa::Result::Quit => self.shortest_nfa(text, start), in shortest_match_at() 466 dfa::Result::Quit => self.shortest_nfa(text, start), in shortest_match_at() 474 dfa::Result::Quit => self.shortest_nfa(text, start), in shortest_match_at() 909 /// Ideally, we could use shortest_nfa(...).is_some() and get the same 911 /// shortest_nfa depends on. 938 fn shortest_nfa(&self, text: &[u8], start: usize) -> Option<usize> { in shortest_nfa() functions 942 /// Like shortest_nfa, but allows specification of the type of NFA engine.
|
Completed in 2 milliseconds