Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/src/
Dprog.rs47 pub is_dfa: bool, field
90 is_dfa: false, in new()
129 self.is_dfa && !self.is_reverse && !self.is_anchored_start in needs_dotstar()
135 self.is_bytes || self.is_dfa in uses_bytes()
Dcompile.rs113 self.compiled.is_dfa = yes; in dfa()
406 if self.num_exprs > 1 || self.compiled.is_dfa { in c_capture()
/third_party/glib/patch/
Dbackport-gregex-do-not-set-match-and-recursion-limits-on-match-context.patch31 if (is_dfa)
Dbackport-regex-Do-not-mix-PCRE2-Compile-Match-Newline-and-BSR-flags.patch543 - gboolean is_dfa)
549 + gboolean is_dfa)
Dbackport-replace-pcre1-with-pcre2.patch968 if (is_dfa)