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