HomeSort by relevance Sort by last modified time
    Searched refs:SDL_isdigit (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_string.c 48 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) ) {
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 224 #define SDL_isdigit(X) isdigit(X)
229 #define SDL_isdigit(X) (((X) >= '0') && ((X) <= '9'))
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 224 #define SDL_isdigit(X) isdigit(X)
229 #define SDL_isdigit(X) (((X) >= '0') && ((X) <= '9'))
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 224 #define SDL_isdigit(X) isdigit(X)
229 #define SDL_isdigit(X) (((X) >= '0') && ((X) <= '9'))
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 224 #define SDL_isdigit(X) isdigit(X)
229 #define SDL_isdigit(X) (((X) >= '0') && ((X) <= '9'))

Completed in 32 milliseconds