Searched refs:PCRE_UCP (Results 1 – 11 of 11) sorted by relevance
/third_party/glib/glib/pcre/ |
D | pcre.h | 145 #define PCRE_UCP 0x20000000 /* Compile, used in exec, DFA exec */ macro
|
D | pcre_compile.c | 1167 if ((options & PCRE_UCP) != 0 && c <= -ESC_D && c >= -ESC_w) in check_escape() 3932 if ((options & PCRE_UCP) != 0) in compile_branch() 4678 if (xclass && (!should_flip_negation || (options & PCRE_UCP) != 0)) in compile_branch() 7721 { skipatstart += 6; options |= PCRE_UCP; continue; } in pcre_compile2() 7778 if ((options & PCRE_UCP) != 0) in pcre_compile2()
|
D | pcre_dfa_exec.c | 1013 if ((md->poptions & PCRE_UCP) != 0) in internal_dfa_exec() 1030 if ((md->poptions & PCRE_UCP) != 0) in internal_dfa_exec()
|
D | pcre_internal.h | 881 PCRE_JAVASCRIPT_COMPAT|PCRE_UCP|PCRE_NO_START_OPTIMIZE)
|
D | pcre_exec.c | 6530 md->use_ucp = (re->options & PCRE_UCP) != 0; in pcre_exec()
|
D | pcre_jit_compile.c | 6929 common->use_ucp = (re->options & PCRE_UCP) != 0; in PRIV()
|
/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 | 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
|
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
|
/third_party/pcre2/pcre2/doc/ |
D | pcre2.txt | 1697 process patterns from external sources. The option combination PCRE_UCP
|