Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c710 PCRE2_NO_DOTSTAR_ANCHOR|PCRE2_UCP|PCRE2_UNGREEDY)
761 { (uint8_t *)STRING_UCP_RIGHTPAR, 4, PSO_OPT, PCRE2_UCP },
2820 if ((options & PCRE2_UCP) == 0) in parse_regex()
3030 if ((options & PCRE2_UCP) == 0) in parse_regex()
3202 if ((options & PCRE2_UCP) != 0) in parse_regex()
3350 if ((options & PCRE2_UCP) == 0) in parse_regex()
5282 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()
5625 (options & PCRE2_UCP) != 0 || in compile_branch()
9366 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0) in pcre2_compile()
9401 if ((cb.external_options & (PCRE2_UCP|PCRE2_NEVER_UCP)) == in pcre2_compile()
[all …]
H A Dpcre2.h145 #define PCRE2_UCP 0x00020000u /* C J M D */ macro
H A Dpcre2_dfa_match.c1101 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()
1126 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()
H A Dpcre2_match.c5750 if ((mb->poptions & PCRE2_UCP) != 0) in match()
5784 if ((mb->poptions & PCRE2_UCP) != 0) in match()
H A Dpcre2_jit_compile.c12096 common->use_ucp = (re->overall_options & PCRE2_UCP) != 0; in jit_compile()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c689 #ifdef PCRE2_UCP in pcre_get_compiled_regex_cache_ex()
690 coptions |= PCRE2_UCP; in pcre_get_compiled_regex_cache_ex()

Completed in 114 milliseconds