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

  /external/pcre/dist2/src/
pcre2_pattern_info.c 141 *((uint32_t *)where) = ((re->flags & PCRE2_FIRSTSET) != 0)? 1 :
146 *((uint32_t *)where) = ((re->flags & PCRE2_FIRSTSET) != 0)?
pcre2_internal.h 531 #define PCRE2_FIRSTSET 0x00000010 /* first_code unit is set */
    [all...]
pcre2_study.c     [all...]
pcre2_dfa_match.c     [all...]
pcre2_compile.c     [all...]
pcre2_match.c     [all...]
pcre2_jit_compile.c     [all...]

Completed in 62 milliseconds