Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c233 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute()
344 else if ((code->overall_options & PCRE2_UTF) != 0) in pcre2_substitute()
H A Dpcre2_pattern_info.c281 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_callout_enumerate()
H A Dpcre2_compile.c701 PCRE2_NO_UTF_CHECK|PCRE2_USE_OFFSET_LIMIT|PCRE2_UTF)
1413 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV()
2344 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex()
4538 if ((options & PCRE2_UTF) != 0) in add_to_class_internal()
4586 if ((options & PCRE2_UTF) == 0 && end > MAX_NON_UTF_CHAR) in add_to_class_internal()
4608 if ((options & PCRE2_UTF) != 0) in add_to_class_internal()
4795 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class()
4950 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch()
8660 if ((cb->external_options & PCRE2_UTF) != 0 && escape == ESC_C) in get_branchlength()
9366 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0) in pcre2_compile()
[all …]
H A Dpcre2_printint.c312 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint()
H A Dpcre2.h147 #define PCRE2_UTF 0x00080000u /* C J M D */ macro
H A Dpcre2_study.c1583 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in PRIV()
H A Dpcre2_dfa_match.c539 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match()
3325 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_dfa_match()
H A Dpcre2_match.c383 if ((mb->poptions & PCRE2_UTF) != 0) in match_ref()
599 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match()
6088 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_match()
H A Dpcre2_jit_compile.c12095 common->utf = (re->overall_options & PCRE2_UTF) != 0; in jit_compile()
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c517 if (pce->compile_options & PCRE2_UTF) { in calculate_unit_length()
685 case 'u': coptions |= PCRE2_UTF; in pcre_get_compiled_regex_cache_ex()
1122 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_match_impl()
1610 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_replace_impl()
1868 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_replace_func_impl()
2544 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_split_impl()
2881 options = (pce->compile_options & PCRE2_UTF) ? 0 : PCRE2_NO_UTF_CHECK; in php_pcre_grep_impl()

Completed in 99 milliseconds