Home
last modified time | relevance | path

Searched refs:SDL_toupper (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/
A DIMG.c170 if ( SDL_toupper((unsigned char)*str1) != in IMG_string_equals()
171 SDL_toupper((unsigned char)*str2) ) in IMG_string_equals()
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_string.c648 *bufp = SDL_toupper((unsigned char) *bufp); in SDL_strupr()
1024 a = SDL_toupper((unsigned char) *str1); in SDL_strcasecmp()
1025 b = SDL_toupper((unsigned char) *str2); in SDL_strcasecmp()
1031 a = SDL_toupper(*str1); in SDL_strcasecmp()
1032 b = SDL_toupper(*str2); in SDL_strcasecmp()
A DSDL_stdlib.c467 int SDL_toupper(int x) { return toupper(x); } in SDL_toupper() function
474 int SDL_toupper(int x) { return ((x) >= 'a') && ((x) <= 'z') ? ('A'+((x)-'a')) : (x); } in SDL_toupper() function
/AliOS-Things-master/components/SDL2/include/
A DSDL_stdinc.h414 extern DECLSPEC int SDLCALL SDL_toupper(int x);
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h384 #define SDL_toupper SDL_toupper_REAL macro
A DSDL_dynapi_procs.h415 SDL_DYNAPI_PROC(int,SDL_toupper,(int a),(a),return)

Completed in 19 milliseconds