Home
last modified time | relevance | path

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

/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c551 BOOL utf_or_ucp = utf || (mb->poptions & PCRE2_UCP) != 0; in internal_dfa_match()
1115 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()
1140 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()
3532 if (first_cu > 127 && !utf && (re->overall_options & PCRE2_UCP) != 0) in pcre2_dfa_match()
3535 if (first_cu > 127 && (utf || (re->overall_options & PCRE2_UCP) != 0)) in pcre2_dfa_match()
3556 if (req_cu > 127 && !utf && (re->overall_options & PCRE2_UCP) != 0) in pcre2_dfa_match()
3559 if (req_cu > 127 && (utf || (re->overall_options & PCRE2_UCP) != 0)) in pcre2_dfa_match()
H A Dpcre2_compile.c777 PCRE2_NO_DOTSTAR_ANCHOR|PCRE2_UCP|PCRE2_UNGREEDY)
3013 if ((options & PCRE2_UCP) == 0) in parse_regex()
3238 if ((options & PCRE2_UCP) == 0) in parse_regex()
3410 if ((options & PCRE2_UCP) != 0) in parse_regex()
3560 if ((options & PCRE2_UCP) == 0) in parse_regex()
4907 if ((options & (PCRE2_UTF|PCRE2_UCP)) != 0) in add_to_class_internal()
5322 BOOL ucp = (options & PCRE2_UCP) != 0; in compile_branch()
5692 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
6035 (options & PCRE2_UCP) != 0 || in compile_branch()
9895 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0) in pcre2_compile()
[all …]
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.c1122 BOOL ucp = (cb->external_options & PCRE2_UCP) != 0; in PRIV()
H A Dpcre2_match.c386 if (utf || (mb->poptions & PCRE2_UCP) != 0) in match_ref()
619 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0; in match()
5853 if ((mb->poptions & PCRE2_UCP) != 0) in match()
5887 if ((mb->poptions & PCRE2_UCP) != 0) in match()
6229 ucp = (re->overall_options & PCRE2_UCP) != 0; in pcre2_match()
H A Dpcre2_study.c1677 BOOL ucp = (re->overall_options & PCRE2_UCP) != 0; in PRIV()
H A Dpcre2_jit_compile.c13476 common->ucp = (re->overall_options & PCRE2_UCP) != 0; in jit_compile()
/PHP-8.0/ext/pcre/
H A Dphp_pcre.c750 #ifdef PCRE2_UCP in pcre_get_compiled_regex_cache_ex()
751 coptions |= PCRE2_UCP; in pcre_get_compiled_regex_cache_ex()

Completed in 85 milliseconds