Searched defs:IsDigit (Results 1 – 10 of 10) sorted by relevance
35 EAS_INLINE EAS_I8 IsDigit (EAS_I8 c) { return ((c >= '0') && (c <= '9')); } in IsDigit() function
183 bool IsDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsDigit() function
130 static GLboolean IsDigit(GLubyte b) in IsDigit() function
275 static GLboolean IsDigit(GLubyte b) in IsDigit() function
464 INLINE bool IsDigit(int c) { in IsDigit() function
432 static FX_BOOL IsDigit(FX_DWORD word) { in IsDigit() function
539 static bool IsDigit(uc16 c) { in IsDigit() function
136 #define IsDigit(X) isdigit((unsigned char)X) macro
142 #define IsDigit(X) isdigit((unsigned char)X) macro
7766 bool IsDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsDigit() function