OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctype_digit
(Results
1 - 6
of
6
) sorted by null
/external/pcre/dist/
pcre_maketables.c
140
if (isdigit(i)) x +=
ctype_digit
;
dftables.c
181
ctype_space, ctype_letter,
ctype_digit
, ctype_xdigit, ctype_word,
pcre_exec.c
[
all
...]
pcre_dfa_exec.c
264
ctype_digit
,
ctype_digit
,
272
ctype_digit
, 0,
[
all
...]
pcre_compile.c
579
Then we can use
ctype_digit
and ctype_xdigit in the code. */
[
all
...]
pcre_jit_compile.c
[
all
...]
Completed in 3967 milliseconds