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

  /external/pcre/dist2/src/
pcre2_maketables.c 117 if (isdigit(i)) p[cbit_digit + i/8] |= 1 << (i&7);
pcre2_study.c     [all...]
pcre2_auto_possess.c 713 set2 = (uint8_t *)(cb->cbits + cbit_digit);
    [all...]
pcre2_internal.h 574 #define cbit_digit 64 /* [:digit:] or \d */ macro
    [all...]
pcre2_compile.c 459 cbit_word, cbit_digit, -2, /* alpha */
466 cbit_digit, -1, 0, /* digit */
    [all...]
pcre2_jit_compile.c     [all...]

Completed in 58 milliseconds