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

  /external/pcre/dist2/src/
pcre2_internal.h 599 #define ctypes_offset (cbits_offset + cbit_length) /* Character types */ macro
600 #define tables_length (ctypes_offset + 256)
    [all...]
pcre2_substitute.c 482 const uint8_t *ctypes = code->tables + ctypes_offset;
pcre2_dfa_match.c 410 ctypes = mb->tables + ctypes_offset;
    [all...]
pcre2_compile.c     [all...]
pcre2_match.c     [all...]
pcre2_jit_compile.c     [all...]

Completed in 169 milliseconds