Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/bench/src/ffi/
Dpcre2.rs146 const PCRE2_UTF: u32 = 0x00080000; constant
/third_party/pcre2/pcre2/src/
Dpcre2.h.in138 #define PCRE2_UTF 0x00080000u /* C J M D */ macro