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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 246 #define SDL_toupper(X) toupper(X)
251 #define SDL_toupper(X) (((X) >= 'a') && ((X) <= 'z') ? ('A'+((X)-'a')) : (X))
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 246 #define SDL_toupper(X) toupper(X)
251 #define SDL_toupper(X) (((X) >= 'a') && ((X) <= 'z') ? ('A'+((X)-'a')) : (X))
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 246 #define SDL_toupper(X) toupper(X)
251 #define SDL_toupper(X) (((X) >= 'a') && ((X) <= 'z') ? ('A'+((X)-'a')) : (X))
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 246 #define SDL_toupper(X) toupper(X)
251 #define SDL_toupper(X) (((X) >= 'a') && ((X) <= 'z') ? ('A'+((X)-'a')) : (X))
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 386 *bufp = SDL_toupper((unsigned char) *bufp);
    [all...]

Completed in 39 milliseconds