Home
last modified time | relevance | path

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

/php-src/ext/pcre/
H A Dphp_pcre.c558 if (pce->compile_options & PCRE2_UTF) { in calculate_unit_length()
717 case 'u': coptions |= PCRE2_UTF; in pcre_get_compiled_regex_cache_ex()
1260 (pce->compile_options & PCRE2_UTF) && !is_known_valid_utf8(subject_str, orig_start_offset) in php_pcre_match_impl()
1454 if ((pce->compile_options & PCRE2_UTF) in php_pcre_match_impl()
1649 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_replace_impl()
1890 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_replace_func_impl()
2597 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_split_impl()
2936 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_grep_impl()
/php-src/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.c1555 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV()
2798 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex()
5247 if ((options & (PCRE2_UTF|PCRE2_UCP)) != 0) in add_to_class_internal()
5301 if ((options & PCRE2_UTF) == 0 && end > MAX_NON_UTF_CHAR) in add_to_class_internal()
5323 if ((options & PCRE2_UTF) != 0) in add_to_class_internal()
5518 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class()
5679 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch()
10386 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0) in pcre2_compile()
10398 utf = (cb.external_options & PCRE2_UTF) != 0; in pcre2_compile()
10892 if ((re->overall_options & PCRE2_UTF) == 0 || /* Not UTF */ in pcre2_compile()
[all …]
H A Dpcre2_printint.c342 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint()
H A Dpcre2_auto_possess.c1145 BOOL utf = (cb->external_options & PCRE2_UTF) != 0; in PRIV()
H A Dpcre2.h138 #define PCRE2_UTF 0x00080000u /* C J M D */ macro
H A Dpcre2_study.c1766 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in PRIV()
H A Dpcre2_dfa_match.c552 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match()
3468 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_dfa_match()
H A Dpcre2_match.c391 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match_ref()
633 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match()
6651 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_match()
H A Dpcre2_jit_compile.c14234 common->utf = (re->overall_options & PCRE2_UTF) != 0; in jit_compile()

Completed in 123 milliseconds