Home
last modified time | relevance | path

Searched refs:PCRE2_UCP (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c781 PCRE2_NO_DOTSTAR_ANCHOR|PCRE2_UCP|PCRE2_UNGREEDY)
839 { (uint8_t *)STRING_UCP_RIGHTPAR, 4, PSO_OPT, PCRE2_UCP },
2671 if ((options & PCRE2_UCP) == 0 || (xoptions & ascii_option) != 0) in handle_escdsw()
3524 if ((options & PCRE2_UCP) == 0) in parse_regex()
3698 if ((options & PCRE2_UCP) != 0 && in parse_regex()
5246 if ((options & (PCRE2_UTF|PCRE2_UCP)) != 0) in add_to_class_internal()
5679 BOOL ucp = (options & PCRE2_UCP) != 0; in compile_branch()
6055 if ((options & PCRE2_UCP) != 0 && in compile_branch()
6408 (options & PCRE2_UCP) != 0 || in compile_branch()
10384 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0) in pcre2_compile()
[all …]
H A Dpcre2_dfa_match.c553 BOOL utf_or_ucp = utf || (mb->poptions & PCRE2_UCP) != 0; in internal_dfa_match()
3643 if (first_cu > 127 && !utf && (re->overall_options & PCRE2_UCP) != 0) in pcre2_dfa_match()
3646 if (first_cu > 127 && (utf || (re->overall_options & PCRE2_UCP) != 0)) in pcre2_dfa_match()
3667 if (req_cu > 127 && !utf && (re->overall_options & PCRE2_UCP) != 0) in pcre2_dfa_match()
3670 if (req_cu > 127 && (utf || (re->overall_options & PCRE2_UCP) != 0)) in pcre2_dfa_match()
H A Dpcre2_substitute.c239 BOOL ucp = (code->overall_options & PCRE2_UCP) != 0; in pcre2_substitute()
H A Dpcre2.h136 #define PCRE2_UCP 0x00020000u /* C J M D */ macro
H A Dpcre2_auto_possess.c1146 BOOL ucp = (cb->external_options & PCRE2_UCP) != 0; in PRIV()
H A Dpcre2_study.c1767 BOOL ucp = (re->overall_options & PCRE2_UCP) != 0; in PRIV()
H A Dpcre2_match.c393 if (utf || (mb->poptions & PCRE2_UCP) != 0) in match_ref()
634 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0; in match()
6653 ucp = (re->overall_options & PCRE2_UCP) != 0; in pcre2_match()
H A Dpcre2_jit_compile.c14173 common->ucp = (re->overall_options & PCRE2_UCP) != 0; in jit_compile()
/php-src/ext/pcre/
H A Dphp_pcre.c736 #ifdef PCRE2_UCP in pcre_get_compiled_regex_cache_ex()
737 coptions |= PCRE2_UCP; in pcre_get_compiled_regex_cache_ex()

Completed in 102 milliseconds