Searched defs:shortest_dfa (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/regex/src/ | ||
H A D | exec.rs | 796 fn shortest_dfa(&self, text: &[u8], start: usize) -> dfa::Result<usize> { in shortest_dfa() functions |
Completed in 3 milliseconds