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