Searched refs:PCRE_UCP (Results 1 – 7 of 7) sorted by relevance
/third_party/rust/crates/regex/bench/src/ffi/ |
D | pcre1.rs | 13 const PCRE_UCP: c_int = 0x20000000; constant 48 PCRE_UCP | PCRE_UTF8, in new()
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput7 | 1669 # Without PCRE_UCP, non-ASCII always fail, even if < 256 1679 # With PCRE_UCP, non-UTF8 chars that are < 256 still check properties
|
D | testinput5 | 1241 # Without PCRE_UCP, non-ASCII always fail, even if < 256 1251 # With PCRE_UCP, non-UTF8 chars that are < 256 still check properties
|
D | testoutput7 | 2870 # Without PCRE_UCP, non-ASCII always fail, even if < 256 2885 # With PCRE_UCP, non-UTF8 chars that are < 256 still check properties
|
D | testoutput5 | 2587 # Without PCRE_UCP, non-ASCII always fail, even if < 256 2602 # With PCRE_UCP, non-UTF8 chars that are < 256 still check properties
|
/third_party/glib/patch/ |
D | backport-replace-pcre1-with-pcre2.patch | 1376 - compile_options |= PCRE_UCP;
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 1695 process patterns from external sources. The option combination PCRE_UCP
|