Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/
H A Dphp_pcre.c575 if (pce->compile_options & PCRE2_UTF) { in calculate_unit_length()
730 case 'u': coptions |= PCRE2_UTF; in pcre_get_compiled_regex_cache_ex()
1261 (pce->compile_options & PCRE2_UTF) && !is_known_valid_utf8(subject_str, orig_start_offset) in php_pcre_match_impl()
1452 if ((pce->compile_options & PCRE2_UTF) in php_pcre_match_impl()
1624 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_replace_impl()
1880 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_replace_func_impl()
2551 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_split_impl()
2888 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_grep_impl()
/PHP-8.3/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()
423 else if ((code->overall_options & PCRE2_UTF) != 0) in pcre2_substitute()
H A Dpcre2_compile.c1508 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV()
2623 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex()
5016 if ((options & (PCRE2_UTF|PCRE2_UCP)) != 0) in add_to_class_internal()
5064 if ((options & PCRE2_UTF) == 0 && end > MAX_NON_UTF_CHAR) in add_to_class_internal()
5086 if ((options & PCRE2_UTF) != 0) in add_to_class_internal()
5273 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class()
5430 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch()
10021 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0) in pcre2_compile()
10033 utf = (cb.external_options & PCRE2_UTF) != 0; in pcre2_compile()
10522 if ((re->overall_options & PCRE2_UTF) == 0 || /* Not UTF */ in pcre2_compile()
[all …]
H A Dpcre2_printint.c343 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.c1139 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()
3416 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_dfa_match()
H A Dpcre2_match.c386 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref()
627 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match()
6432 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_match()
H A Dpcre2_jit_compile.c13781 common->utf = (re->overall_options & PCRE2_UTF) != 0; in jit_compile()

Completed in 129 milliseconds