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

  /external/pcre/dist/
pcre_maketables.c 139 if (isalpha(i)) x += ctype_letter;
dftables.c 181 ctype_space, ctype_letter, ctype_digit, ctype_xdigit, ctype_word,
pcre_study.c 622 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
653 if (caseless && (cd->ctypes[c] & ctype_letter) != 0) SET_BIT(cd->fcc[c]);
    [all...]
pcre_compile.c     [all...]

Completed in 130 milliseconds