Searched refs:PCRE2_UTF (Results 1 – 10 of 10) sorted by relevance
233 BOOL utf = (code->overall_options & PCRE2_UTF) != 0; in pcre2_substitute()344 else if ((code->overall_options & PCRE2_UTF) != 0) in pcre2_substitute()
281 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_callout_enumerate()
701 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 …]
312 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_printint()
147 #define PCRE2_UTF 0x00080000u /* C J M D */ macro
1583 BOOL utf = (re->overall_options & PCRE2_UTF) != 0; in PRIV()
539 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match()3325 utf = (re->overall_options & PCRE2_UTF) != 0; in pcre2_dfa_match()
383 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()
12095 common->utf = (re->overall_options & PCRE2_UTF) != 0; in jit_compile()
517 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 140 milliseconds