Home
last modified time | relevance | path

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

/PHP-8.1/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)
3034 if ((options & PCRE2_UCP) == 0) in parse_regex()
3259 if ((options & PCRE2_UCP) == 0) in parse_regex()
3431 if ((options & PCRE2_UCP) != 0) in parse_regex()
3581 if ((options & PCRE2_UCP) == 0) in parse_regex()
4929 if ((options & (PCRE2_UTF|PCRE2_UCP)) != 0) in add_to_class_internal()
5344 BOOL ucp = (options & PCRE2_UCP) != 0; in compile_branch()
5714 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
6057 (options & PCRE2_UCP) != 0 || in compile_branch()
9927 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_auto_possess.c1123 BOOL ucp = (cb->external_options & PCRE2_UCP) != 0; in PRIV()
H A Dpcre2.h136 #define PCRE2_UCP 0x00020000u /* C J M D */ macro
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()
5855 if ((mb->poptions & PCRE2_UCP) != 0) in match()
5889 if ((mb->poptions & PCRE2_UCP) != 0) in match()
6231 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.c13553 common->ucp = (re->overall_options & PCRE2_UCP) != 0; in jit_compile()
/PHP-8.1/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 115 milliseconds