Home
last modified time | relevance | path

Searched refs:SDL_iconv_utf8_ucs2 (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_syswm.c216 LPWSTR lpszW = SDL_iconv_utf8_ucs2((char *)title); in WIN_SetWMCaption()
229 Uint16 *lpsz = SDL_iconv_utf8_ucs2(title); in WIN_SetWMCaption()
DSDL_sysevents.c816 SDL_Appname = SDL_iconv_utf8_ucs2(name); in SDL_RegisterApp()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_stdinc.h585 #define SDL_iconv_utf8_ucs2(S) (Uint16 *)SDL_iconv_string("UCS-2", "UTF-8", S, SDL_strlen(S)+1) macro