Searched refs:IsDigit (Results 1 – 4 of 4) sorted by relevance
225 while (IsDigit(*nptr)) { in internal_simple_strtoll()
334 if (IsDigit(version[1])) in GetMacosVersionInternal()
435 INLINE bool IsDigit(int c) { in IsDigit() function
136 #define IsDigit(X) isdigit((unsigned char)X) macro389 if( !IsDigit(*z) ){ in isNumber()394 while( IsDigit(*z) ){ z++; } in isNumber()397 if( !IsDigit(*z) ) return 0; in isNumber()398 while( IsDigit(*z) ){ z++; } in isNumber()404 if( !IsDigit(*z) ) return 0; in isNumber()405 while( IsDigit(*z) ){ z++; } in isNumber()2050 while( IsDigit(zArg[0]) ){ in integerValue()