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

  /external/pcre/dist2/src/
pcre2_maketables.c 122 if (isspace(i)) p[cbit_space + i/8] |= 1 << (i&7);
pcre2_study.c     [all...]
pcre2_auto_possess.c 720 set2 = (uint8_t *)(cb->cbits + cbit_space);
    [all...]
pcre2_internal.h 572 #define cbit_space 0 /* [:space:] or \s */ macro
    [all...]
pcre2_compile.c 464 cbit_space, -1, 1, /* blank - a GNU extension */
470 cbit_space, -1, 0, /* space */
    [all...]
pcre2_jit_compile.c     [all...]

Completed in 604 milliseconds