Home
last modified time | relevance | path

Searched defs:isdigit (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/stdlib/
Dctype_.c96 int isdigit(int c) in isdigit() function
/bionic/libc/kernel/common/linux/
Dctype.h36 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
/bionic/libc/include/
Dctype.h117 __CTYPE_INLINE int isdigit(int c) in isdigit() function