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

  /external/pcre/dist2/src/
pcre2_substitute.c 673 if (((code->tables + cbits_offset +
775 if (((code->tables + cbits_offset +
pcre2_internal.h 598 #define cbits_offset 512 /* Character classes */ macro
599 #define ctypes_offset (cbits_offset + cbit_length) /* Character types */
    [all...]
pcre2_study.c 797 re->start_bitmap[c] |= re->tables[c+cbits_offset+cbit_type];
802 if ((re->tables[cbits_offset + c/8] & (1 << (c&7))) != 0)
838 re->start_bitmap[c] |= ~(re->tables[c+cbits_offset+cbit_type]);
    [all...]
pcre2_compile.c     [all...]

Completed in 65 milliseconds