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

  /external/pcre/dist2/src/
pcre2_maketables.c 143 if (isalnum(i) || i == '_') x += ctype_word;
dftables.c 183 ctype_space, ctype_letter, ctype_digit, ctype_xdigit, ctype_word,
pcre2_match.c     [all...]
pcre2_auto_possess.c 937 if (chr < 255 && (cb->ctypes[chr] & ctype_word) != 0) return FALSE;
941 if (chr > 255 || (cb->ctypes[chr] & ctype_word) == 0) return FALSE;
    [all...]
pcre2_substitute.c 483 while (MAX_255(next) && (ctypes[next] & ctype_word) != 0)
pcre2_dfa_match.c 268 ctype_word, ctype_word,
276 ctype_word, 0,
    [all...]
pcre2_internal.h 590 #define ctype_word 0x10 /* alphanumeric or '_' */ macro
    [all...]
pcre2_compile.c     [all...]
pcre2_jit_compile.c     [all...]

Completed in 71 milliseconds