Searched defs:IsDigit (Results 1 – 4 of 4) sorted by relevance
57 static bool IsDigit(char c) { return '0' <= c && c <= '9'; } in IsDigit() function
512 inline bool IsDigit(int c) { in IsDigit() function
2120 bool IsDigit = isDigit(Curr[I]); in RecordParts() local
237 #define IsDigit(X) isdigit((unsigned char)X) macro