Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-capi/include/
H A Drure.h48 #define RURE_FLAG_DOTNL (1 << 2) macro
/third_party/rust/crates/regex/regex-capi/src/
H A Drure.rs15 const RURE_FLAG_DOTNL: u32 = 1 << 2; consts
122 builder.dot_matches_new_line(flags & RURE_FLAG_DOTNL > 0); in rure_compile()
508 builder.dot_matches_new_line(flags & RURE_FLAG_DOTNL > 0); in rure_compile_set()

Completed in 2 milliseconds