Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/bits/
H A Dctype_inlines.h76 __BIONIC_CTYPE_INLINE int isalpha(int __ch) { in isalpha() function
/aosp12/bionic/tests/
H A Dctype_test.cpp53 TEST(ctype, isalpha) { in TEST() argument