Searched refs:SDL_isdigit (Results 1 – 2 of 2) sorted by relevance
48 if ( SDL_isdigit((unsigned char) *text) ) { in SDL_ScanLong()83 if ( SDL_isdigit((unsigned char) *text) ) { in SDL_ScanUnsignedLong()114 if ( SDL_isdigit((unsigned char) *text) ) { in SDL_ScanUintPtrT()151 if ( SDL_isdigit((unsigned char) *text) ) { in SDL_ScanLongLong()186 if ( SDL_isdigit((unsigned char) *text) ) { in SDL_ScanUnsignedLongLong()224 while ( SDL_isdigit((unsigned char) *text) ) { in SDL_ScanFloat()
244 #define SDL_isdigit(X) isdigit(X) macro249 #define SDL_isdigit(X) (((X) >= '0') && ((X) <= '9'))