Home
last modified time | relevance | path

Searched refs:SDL_isdigit (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_string.c48 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()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_stdinc.h244 #define SDL_isdigit(X) isdigit(X) macro
249 #define SDL_isdigit(X) (((X) >= '0') && ((X) <= '9'))