Home
last modified time | relevance | path

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

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