Searched defs:IsDigit (Results 1 – 2 of 2) sorted by relevance
489 inline bool IsDigit(int c) { in IsDigit() function
2065 bool IsDigit = isDigit(Curr[I]); in RecordParts() local