Searched refs:PCRE2_UCP (Results 1 – 9 of 9) sorted by relevance
551 BOOL utf_or_ucp = utf || (mb->poptions & PCRE2_UCP) != 0; in internal_dfa_match()1115 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()1140 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()3532 if (first_cu > 127 && !utf && (re->overall_options & PCRE2_UCP) != 0) in pcre2_dfa_match()3535 if (first_cu > 127 && (utf || (re->overall_options & PCRE2_UCP) != 0)) in pcre2_dfa_match()3556 if (req_cu > 127 && !utf && (re->overall_options & PCRE2_UCP) != 0) in pcre2_dfa_match()3559 if (req_cu > 127 && (utf || (re->overall_options & PCRE2_UCP) != 0)) in pcre2_dfa_match()
777 PCRE2_NO_DOTSTAR_ANCHOR|PCRE2_UCP|PCRE2_UNGREEDY)3034 if ((options & PCRE2_UCP) == 0) in parse_regex()3259 if ((options & PCRE2_UCP) == 0) in parse_regex()3431 if ((options & PCRE2_UCP) != 0) in parse_regex()3581 if ((options & PCRE2_UCP) == 0) in parse_regex()4929 if ((options & (PCRE2_UTF|PCRE2_UCP)) != 0) in add_to_class_internal()5344 BOOL ucp = (options & PCRE2_UCP) != 0; in compile_branch()5714 if ((options & PCRE2_UCP) != 0) switch(posix_class) in compile_branch()6057 (options & PCRE2_UCP) != 0 || in compile_branch()9927 if ((cb.external_options & (PCRE2_UTF|PCRE2_UCP)) != 0) in pcre2_compile()[all …]
239 BOOL ucp = (code->overall_options & PCRE2_UCP) != 0; in pcre2_substitute()
1123 BOOL ucp = (cb->external_options & PCRE2_UCP) != 0; in PRIV()
136 #define PCRE2_UCP 0x00020000u /* C J M D */ macro
386 if (utf || (mb->poptions & PCRE2_UCP) != 0) in match_ref()619 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0; in match()5855 if ((mb->poptions & PCRE2_UCP) != 0) in match()5889 if ((mb->poptions & PCRE2_UCP) != 0) in match()6231 ucp = (re->overall_options & PCRE2_UCP) != 0; in pcre2_match()
1677 BOOL ucp = (re->overall_options & PCRE2_UCP) != 0; in PRIV()
13553 common->ucp = (re->overall_options & PCRE2_UCP) != 0; in jit_compile()
750 #ifdef PCRE2_UCP in pcre_get_compiled_regex_cache_ex()751 coptions |= PCRE2_UCP; in pcre_get_compiled_regex_cache_ex()
Completed in 112 milliseconds