Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-capi/src/
Drure.rs17 const RURE_FLAG_SPACE: u32 = 1 << 4; constant
124 builder.ignore_whitespace(flags & RURE_FLAG_SPACE > 0);
510 builder.ignore_whitespace(flags & RURE_FLAG_SPACE > 0);
/third_party/rust/crates/regex/regex-capi/include/
Drure.h52 #define RURE_FLAG_SPACE (1 << 4) macro