Home
last modified time | relevance | path

Searched defs: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

Completed in 2 milliseconds