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

  /external/pcre/dist2/src/
pcre2_substitute.c 676 ch = (code->tables + fcc_offset)[ch];
778 ch = (code->tables + fcc_offset)[ch];
pcre2_internal.h 597 #define fcc_offset 256 /* Flip case */ macro
    [all...]
pcre2_dfa_match.c 412 fcc = mb->tables + fcc_offset;
    [all...]
pcre2_study.c 765 else if (MAX_255(c)) SET_BIT(re->tables[fcc_offset + c]);
    [all...]
pcre2_compile.c     [all...]
pcre2_match.c     [all...]
pcre2_jit_compile.c     [all...]

Completed in 87 milliseconds