Home
last modified time | relevance | path

Searched refs:poptions (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_dfa_match.c539 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in internal_dfa_match()
948 ((ptr != end_subject || (mb->poptions & PCRE2_ALT_CIRCUMFLEX) != 0 ) in internal_dfa_match()
1020 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr) && in internal_dfa_match()
1047 ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0 && IS_NEWLINE(ptr))) in internal_dfa_match()
1101 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()
1126 if ((mb->poptions & PCRE2_UCP) != 0) in internal_dfa_match()
3190 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0 && in internal_dfa_match()
3395 mb->poptions = re->overall_options; in pcre2_dfa_match()
Dpcre2_intmodedep.h876 uint32_t poptions; /* Pattern options */ member
905 uint32_t poptions; /* Pattern options */ member
Dpcre2_match.c366 if ((mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match_ref()
383 if ((mb->poptions & PCRE2_UTF) != 0) in match_ref()
599 BOOL utf = (mb->poptions & PCRE2_UTF) != 0; in match()
826 ((mb->moptions | mb->poptions) & PCRE2_ENDANCHORED) != 0) in match()
4697 if (Lmin == 0 || (mb->poptions & PCRE2_MATCH_UNSET_BACKREF) != 0) in match()
5626 if ((mb->poptions & PCRE2_DOLLAR_ENDONLY) == 0) goto ASSERT_NL_OR_EOS; in match()
5674 (mb->poptions & PCRE2_ALT_CIRCUMFLEX) == 0) || in match()
5750 if ((mb->poptions & PCRE2_UCP) != 0) in match()
5784 if ((mb->poptions & PCRE2_UCP) != 0) in match()
6212 mb->poptions = re->overall_options; /* Pattern options */ in pcre2_match()