Searched defs:PCRE2_UCP (Results 1 – 2 of 2) sorted by relevance
/third_party/rust/crates/regex/bench/src/ffi/ | ||
D | pcre2.rs | 145 const PCRE2_UCP: u32 = 0x00020000; constant |
/third_party/pcre2/pcre2/src/ | ||
D | pcre2.h.in | 136 #define PCRE2_UCP 0x00020000u /* C J M D */ macro |