Lines Matching refs:poptions
369 if ((mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0)
386 BOOL utf = (mb->poptions & PCRE2_UTF) != 0;
388 if (utf || (mb->poptions & PCRE2_UCP) != 0)
627 BOOL utf = (mb->poptions & PCRE2_UTF) != 0;
628 BOOL ucp = (mb->poptions & PCRE2_UCP) != 0;
862 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0)
4979 if (Lmin == 0 || (mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0)
5930 if ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0) goto ASSERT_NL_OR_EOS;
5986 (mb->poptions & PCRE2_ALT_CIRCUMFLEX) == 0) ||
6062 if ((mb->poptions & PCRE2_UCP) != 0)
6096 if ((mb->poptions & PCRE2_UCP) != 0)
6748 mb->poptions = re->overall_options; /* Pattern options */