OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
664
if (caseless && (cd->ctypes[c] &
ctype_letter
) != 0) SET_BIT(cd->fcc[c]);
695
if (caseless && (cd->ctypes[c] &
ctype_letter
) != 0) SET_BIT(cd->fcc[c]);
[
all
...]
pcre_compile.c
[
all
...]
Completed in 2152 milliseconds