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

  /external/pcre/dist2/src/
pcre2_maketables.c 120 if (isalnum(i)) p[cbit_word + i/8] |= 1 << (i&7);
121 if (i == '_') p[cbit_word + i/8] |= 1 << (i&7);
pcre2_study.c     [all...]
pcre2_auto_possess.c 727 set2 = (uint8_t *)(cb->cbits + cbit_word);
    [all...]
pcre2_internal.h 577 #define cbit_word 160 /* [:word:] or \w */ macro
    [all...]
pcre2_compile.c 459 cbit_word, cbit_digit, -2, /* alpha */
462 cbit_word, -1, 2, /* alnum - word without underscore */
471 cbit_word, -1, 0, /* word - a Perl extension */
    [all...]
pcre2_jit_compile.c     [all...]

Completed in 71 milliseconds