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