Searched defs:isascii (Results 1 – 5 of 5) sorted by relevance
227 # define isascii(c) (UChar(c) <= 127) macro229 # define isascii(c) 1 /* not really ascii anyway */ macro
31 isascii(int c) in isascii() function
143 isascii(int c) in isascii() function
198 __only_inline int isascii(int _c) in isascii() function
119 #define isascii(c) ((c) <= 0177) macro