Searched defs:IsDigit (Results 1 – 3 of 3) sorted by relevance
502 inline bool IsDigit(int c) { in IsDigit() function
2136 bool IsDigit = isDigit(Curr[I]); in RecordParts() local
237 #define IsDigit(X) isdigit((unsigned char)X) macro