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