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

  /external/pcre/dist2/src/
pcre2_intmodedep.h 64 #undef GETCHARINCTEST
259 #define GETCHARINCTEST(c, eptr) c = *eptr++;
317 #define GETCHARINCTEST(c, eptr) \
415 #define GETCHARINCTEST(c, eptr) \
495 #define GETCHARINCTEST(c, eptr) \
    [all...]
pcre2_match.c     [all...]
pcre2_substitute.c 659 GETCHARINCTEST(ch, subptr);
759 GETCHARINCTEST(ch, ptr); /* Get character value, increment pointer */
pcre2_auto_possess.c 387 GETCHARINCTEST(chr, code);
395 GETCHARINCTEST(chr, code);
    [all...]
pcre2_jit_compile.c     [all...]
pcre2_compile.c     [all...]

Completed in 215 milliseconds