Searched defs:isascii (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/kernel/common/linux/
H A Dctype.h46 #define isascii(c) (((unsigned char)(c))<=0x7f) macro
/bionic/libc/stdlib/
H A Dctype_.c156 int isascii(int c) function
/bionic/libc/include/
H A Dctype.h92 int isascii(int);
180 __CTYPE_INLINE int isascii(int c) function
/bionic/libc/netbsd/resolv/
H A Dres_init.c131 #if !defined(isascii) /* XXX - could be a function */
132 # define isascii(c) (!(c & 0200)) macro
386 isascii(*cp) && !isspace((unsigned char)*cp))
396 isascii(*cp) &&

Completed in 98 milliseconds