Home
last modified time | relevance | path

Searched defs:SDL_isupper (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_stdlib.c465 int SDL_isupper(int x) { return isupper(x); } in SDL_isupper() function
472 int SDL_isupper(int x) { return ((x) >= 'A') && ((x) <= 'Z'); } in SDL_isupper() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h751 #define SDL_isupper SDL_isupper_REAL macro

Completed in 8 milliseconds