Searched defs:isdigit (Results 1 – 9 of 9) sorted by relevance
50 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
227 #define isdigit(c) (__isCClass( (int)c, (_CD))) macro
97 isdigit( in isdigit() function
54 #define isdigit(c) undefined_isdigit(c) macro
213 def isdigit(char): function
94 def isdigit(self): return self.data.isdigit() member in UserString
224 def isdigit(char): function
154 int isdigit (int c) in isdigit() function