Home
last modified time | relevance | path

Searched refs:shortest_dfa_reverse_suffix (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/regex/src/
Dexec.rs471 match self.shortest_dfa_reverse_suffix(text, start) { in shortest_match_at()
523 match self.shortest_dfa_reverse_suffix(text, start) { in is_match_at()
804 fn shortest_dfa_reverse_suffix( in shortest_dfa_reverse_suffix() method