Searched defs:isascii (Results 1 – 11 of 11) sorted by relevance
4 int isascii(int c) in isascii() function
68 #define isascii(a) (0 ? isascii(a) : (unsigned)(a) < 128) macro
56 def isascii(c): return 0 <= _ctoi(c) <= 127 # ? function
96 unsigned int isascii: 1; member
475 def isascii(b): function
38 #define isascii(x) 1 macro
68 #define isascii(x) 1 macro
86 def isascii(s): function
1457 def isascii(self): member in UserString
326 # define isascii(x) ((unsigned int)(x) < 128) macro