Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
H A Dexec.rs449 match self.shortest_dfa(text, start) { in shortest_match_at()
501 match self.shortest_dfa(text, start) { in is_match_at()
796 fn shortest_dfa(&self, text: &[u8], start: usize) -> dfa::Result<usize> { in shortest_dfa() functions
810 None => self.shortest_dfa(text, start), in shortest_dfa_reverse_suffix()

Completed in 2 milliseconds