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

  /external/pcre/dist2/src/
pcre2_maketables.c 126 if (ispunct(i)) p[cbit_punct + i/8] |= 1 << (i&7);
pcre2_internal.h 580 #define cbit_punct 256 /* [:punct:] */ macro
    [all...]
pcre2_compile.c 469 cbit_punct, -1, 0, /* punct */
    [all...]

Completed in 421 milliseconds