Home
last modified time | relevance | path

Searched refs:PCRE_UCP (Results 1 – 11 of 11) sorted by relevance

/third_party/glib/glib/pcre/
Dpcre.h145 #define PCRE_UCP 0x20000000 /* Compile, used in exec, DFA exec */ macro
Dpcre_compile.c1167 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()
Dpcre_dfa_exec.c1013 if ((md->poptions & PCRE_UCP) != 0) in internal_dfa_exec()
1030 if ((md->poptions & PCRE_UCP) != 0) in internal_dfa_exec()
Dpcre_internal.h881 PCRE_JAVASCRIPT_COMPAT|PCRE_UCP|PCRE_NO_START_OPTIMIZE)
Dpcre_exec.c6530 md->use_ucp = (re->options & PCRE_UCP) != 0; in pcre_exec()
Dpcre_jit_compile.c6929 common->use_ucp = (re->options & PCRE_UCP) != 0; in PRIV()
/third_party/pcre2/pcre2/testdata/
Dtestinput71669 # Without PCRE_UCP, non-ASCII always fail, even if < 256
1679 # With PCRE_UCP, non-UTF8 chars that are < 256 still check properties
Dtestinput51241 # Without PCRE_UCP, non-ASCII always fail, even if < 256
1251 # With PCRE_UCP, non-UTF8 chars that are < 256 still check properties
Dtestoutput52587 # Without PCRE_UCP, non-ASCII always fail, even if < 256
2602 # With PCRE_UCP, non-UTF8 chars that are < 256 still check properties
Dtestoutput72870 # 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/
Dpcre2.txt1697 process patterns from external sources. The option combination PCRE_UCP