HomeSort by relevance Sort by last modified time
    Searched refs:PCRE_SET_OR_CLEAR (Results 1 - 2 of 2) sorted by null

  /external/pcre/pcrecpp/include/
pcrecpp.h 343 #define PCRE_SET_OR_CLEAR(b, o) \
401 PCRE_SET_OR_CLEAR(x, PCRE2_CASELESS);
408 PCRE_SET_OR_CLEAR(x, PCRE2_MULTILINE);
430 PCRE_SET_OR_CLEAR(x, PCRE2_DOTALL);
437 PCRE_SET_OR_CLEAR(x, PCRE2_EXTENDED);
444 PCRE_SET_OR_CLEAR(x, PCRE2_DOLLAR_ENDONLY);
451 PCRE_SET_OR_CLEAR(x, PCRE2_UNGREEDY);
458 PCRE_SET_OR_CLEAR(x, PCRE2_UTF);
465 PCRE_SET_OR_CLEAR(x, PCRE2_NO_AUTO_CAPTURE);
pcrecpparg.h 168 #undef PCRE_SET_OR_CLEAR

Completed in 193 milliseconds