Home
last modified time | relevance | path

Searched refs:cbit_punct (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c130 if (ispunct(i)) p[cbit_punct + i/8] |= 1u << (i&7);
H A Dpcre2_internal.h589 #define cbit_punct 256 /* [:punct:] */ macro
H A Dpcre2_compile.c736 cbit_punct, -1, 0, /* punct */

Completed in 34 milliseconds