Home
last modified time | relevance | path

Searched refs:PCRE_SET_OR_CLEAR (Results 1 – 2 of 2) sorted by relevance

/external/pcre/pcrecpp/include/
Dpcrecpp.h343 #define PCRE_SET_OR_CLEAR(b, o) \ macro
401 PCRE_SET_OR_CLEAR(x, PCRE2_CASELESS); in set_caseless()
408 PCRE_SET_OR_CLEAR(x, PCRE2_MULTILINE); in set_multiline()
430 PCRE_SET_OR_CLEAR(x, PCRE2_DOTALL); in set_dotall()
437 PCRE_SET_OR_CLEAR(x, PCRE2_EXTENDED); in set_extended()
444 PCRE_SET_OR_CLEAR(x, PCRE2_DOLLAR_ENDONLY); in set_dollar_endonly()
451 PCRE_SET_OR_CLEAR(x, PCRE2_UNGREEDY); in set_ungreedy()
458 PCRE_SET_OR_CLEAR(x, PCRE2_UTF); in set_utf()
465 PCRE_SET_OR_CLEAR(x, PCRE2_NO_AUTO_CAPTURE); in set_no_auto_capture()
Dpcrecpparg.h168 #undef PCRE_SET_OR_CLEAR in MAKE_INTEGER_PARSER()