Home
last modified time | relevance | path

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

/bionic/libc/include/
Dctype.h92 __BIONIC_CTYPE_INLINE int isdigit(int __ch) { in isdigit() function
/bionic/tests/
Dctype_test.cpp125 TEST(ctype, isdigit) { in TEST() argument