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