Home
last modified time | relevance | path

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

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