Home
last modified time | relevance | path

Searched defs:PCRE2_UCP (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/regex/bench/src/ffi/
Dpcre2.rs145 const PCRE2_UCP: u32 = 0x00020000; constant
/third_party/pcre2/pcre2/src/
Dpcre2.h.in136 #define PCRE2_UCP 0x00020000u /* C J M D */ macro