Searched defs:isalpha (Results 1 – 2 of 2) sorted by relevance
| /bionic/libc/include/bits/ | ||
| D | ctype_inlines.h | 76 __BIONIC_CTYPE_INLINE int isalpha(int __ch) { in isalpha() function |
| /bionic/tests/ | ||
| D | ctype_test.cpp | 53 TEST(ctype, isalpha) { in TEST() argument |