Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_pattern_info.c281 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_callout_enumerate()
H A Dpcre2_substitute.c238 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute()
401 else if ((code->overall_options & PCRE2_UTF) != 0) in pcre2_substitute()
H A Dpcre2_compile.c1487 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV()
2515 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex()
4907 if ((options & (PCRE2_UTF|PCRE2_UCP)) != 0) in add_to_class_internal()
4955 if ((options & PCRE2_UTF) == 0 && end > MAX_NON_UTF_CHAR) in add_to_class_internal()
4977 if ((options & PCRE2_UTF) != 0) in add_to_class_internal()
5164 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class()
5321 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch()
9895 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0) in pcre2_compile()
9907 utf = (cb.external_options & PCRE2_UTF) != 0; in pcre2_compile()
10395 if ((re->overall_options & PCRE2_UTF) == 0 || /* Not UTF */ in pcre2_compile()
[all …]
H A Dpcre2_printint.c312 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint()
H A Dpcre2.h138 #define PCRE2_UTF 0x00080000u /* C J M D */ macro
H A Dpcre2_auto_possess.c1121 BOOL utf = (cb->external_options & PCRE2_UTF) != 0; in PRIV()
H A Dpcre2_study.c1676 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in PRIV()
H A Dpcre2_dfa_match.c550 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match()
3357 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_dfa_match()
H A Dpcre2_match.c384 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref()
618 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match()
6227 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_match()
H A Dpcre2_jit_compile.c13475 common->utf = (re->overall_options & PCRE2_UTF) != 0; in jit_compile()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c561 if (pce->compile_options & PCRE2_UTF) { in calculate_unit_length()
720 case 'u': coptions |= PCRE2_UTF; in pcre_get_compiled_regex_cache_ex()
1290 (pce->compile_options & PCRE2_UTF) && !is_known_valid_utf8(subject_str, orig_start_offset) in php_pcre_match_impl()
1481 if ((pce->compile_options & PCRE2_UTF) in php_pcre_match_impl()
1659 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_replace_impl()
1915 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_replace_func_impl()
2584 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_split_impl()
2923 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_grep_impl()

Completed in 99 milliseconds