Lines Matching refs:PCRE2_UTF
772 PCRE2_NO_START_OPTIMIZE|PCRE2_NO_UTF_CHECK|PCRE2_USE_OFFSET_LIMIT|PCRE2_UTF)
838 { (uint8_t *)STRING_UTFn_RIGHTPAR, PSO_OPT, PCRE2_UTF },
839 { (uint8_t *)STRING_UTF_RIGHTPAR, 4, PSO_OPT, PCRE2_UTF },
1555 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()
9557 if ((cb->external_options & PCRE2_UTF) != 0 && escape == ESC_C) in get_branchlength()
10203 if ((options & PCRE2_MATCH_INVALID_UTF) != 0) options |= PCRE2_UTF; in pcre2_compile()
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()
10897 if ((re->overall_options & PCRE2_UTF) == 0 || /* Not UTF */ in pcre2_compile()