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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_string.c48 if ( SDL_isdigit((unsigned char) *text) ) {
83 if ( SDL_isdigit((unsigned char) *text) ) {
114 if ( SDL_isdigit((unsigned char) *text) ) {
151 if ( SDL_isdigit((unsigned char) *text) ) {
186 if ( SDL_isdigit((unsigned char) *text) ) {
224 while ( SDL_isdigit((unsigned char) *text) ) {
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_stdinc.h244 #define SDL_isdigit(X) isdigit(X) macro
249 #define SDL_isdigit(X) (((X) >= '0') && ((X) <= '9')) macro

Completed in 165 milliseconds