Home
last modified time | relevance | path

Searched defs:dot_matches_new_line (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/regex/src/
Dre_builder.rs11 pub dot_matches_new_line: bool, field
/external/rust/crates/regex-syntax/src/
Dparser.rs132 pub fn dot_matches_new_line(&mut self, yes: bool) -> &mut ParserBuilder { in dot_matches_new_line() method
/external/rust/crates/regex-syntax/src/hir/
Dtranslate.rs75 pub fn dot_matches_new_line( in dot_matches_new_line() method
994 dot_matches_new_line: Option<bool>, field
1057 fn dot_matches_new_line(&self) -> bool { in dot_matches_new_line() method
/external/rust/crates/regex-automata/src/
Dregex.rs589 pub fn dot_matches_new_line(&mut self, yes: bool) -> &mut RegexBuilder { in dot_matches_new_line() method
Ddense.rs2015 pub fn dot_matches_new_line(&mut self, yes: bool) -> &mut Builder { in dot_matches_new_line() method