Searched defs:toascii (Results 1 – 3 of 3) sorted by relevance
61 #define toascii __toascii macro88 #define toascii(c) ((c) & 0x7f) macro
70 #define toascii toascii_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
35 #define toascii(c) (((unsigned char)(c))&0x7f) macro