Home
last modified time | relevance | path

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

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