Lines Matching refs:PCRE2_UTF
768 PCRE2_NO_START_OPTIMIZE|PCRE2_NO_UTF_CHECK|PCRE2_USE_OFFSET_LIMIT|PCRE2_UTF)
830 { (uint8_t *)STRING_UTFn_RIGHTPAR, PSO_OPT, PCRE2_UTF },
831 { (uint8_t *)STRING_UTF_RIGHTPAR, 4, PSO_OPT, PCRE2_UTF },
1504 BOOL utf = (options & PCRE2_UTF) != 0; in PRIV()
2536 BOOL utf = (options & PCRE2_UTF) != 0; in parse_regex()
4929 if ((options & (PCRE2_UTF|PCRE2_UCP)) != 0) in add_to_class_internal()
4977 if ((options & PCRE2_UTF) == 0 && end > MAX_NON_UTF_CHAR) in add_to_class_internal()
4999 if ((options & PCRE2_UTF) != 0) in add_to_class_internal()
5186 BOOL utf = (options & PCRE2_UTF) != 0; in add_not_list_to_class()
5343 BOOL utf = (options & PCRE2_UTF) != 0; in compile_branch()
9147 if ((cb->external_options & PCRE2_UTF) != 0 && escape == ESC_C) in get_branchlength()
9744 if ((options & PCRE2_MATCH_INVALID_UTF) != 0) options |= PCRE2_UTF; in pcre2_compile()
9927 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0) in pcre2_compile()
9939 utf = (cb.external_options & PCRE2_UTF) != 0; in pcre2_compile()
10428 if ((re->overall_options & PCRE2_UTF) == 0 || /* Not UTF */ in pcre2_compile()
10433 if ((re->overall_options & PCRE2_UTF) == 0 || /* Not UTF */ in pcre2_compile()