Searched defs:Uint16 (Results 1 - 4 of 4) sorted by relevance

/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A DSDL_stdinc.h147 typedef uint16_t Uint16; typedef
175 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
394 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2-INTERNAL", "UTF-8", S, SDL_strlen(S)+1)
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
H A DSDL_stdinc.h147 typedef uint16_t Uint16; typedef
175 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
394 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2-INTERNAL", "UTF-8", S, SDL_strlen(S)+1)
/prebuilts/misc/windows/sdl2/include/
H A DSDL_stdinc.h137 typedef uint16_t Uint16; typedef
165 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
384 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2-INTERNAL", "UTF-8", S, SDL_strlen(S)+1)
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
H A DSDL_stdinc.h147 typedef uint16_t Uint16; typedef
175 SDL_COMPILE_TIME_ASSERT(uint16, sizeof(Uint16) == 2);
394 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2-INTERNAL", "UTF-8", S, SDL_strlen(S)+1)

Completed in 129 milliseconds