Searched defs:isascii (Results 1 – 3 of 3) sorted by relevance
167 __BIONIC_CTYPE_INLINE int isascii(int __ch) { in isascii() function
130 # define isascii(c) (!(c & 0200)) macro
75 TEST(ctype, isascii) { in TEST() argument