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

  /external/pcre/dist2/src/
pcre2_maketables.c 141 if (isdigit(i)) x += ctype_digit;
dftables.c 183 ctype_space, ctype_letter, ctype_digit, ctype_xdigit, ctype_word,
pcre2_auto_possess.c 921 if (chr < 256 && (cb->ctypes[chr] & ctype_digit) != 0) return FALSE;
925 if (chr > 255 || (cb->ctypes[chr] & ctype_digit) == 0) return FALSE;
    [all...]
pcre2_match.c     [all...]
pcre2_internal.h 588 #define ctype_digit 0x04 macro
    [all...]
pcre2_dfa_match.c 266 ctype_digit, ctype_digit,
274 ctype_digit, 0,
    [all...]
pcre2_jit_compile.c     [all...]

Completed in 64 milliseconds