Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11wm.c261 char *title_locale = SDL_iconv_utf8_locale(title); in X11_SetCaptionNoLock()
284 char *icon_locale = SDL_iconv_utf8_locale(icon); in X11_SetCaptionNoLock()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_stdinc.h610 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1) macro
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_sysevents.c742 SDL_Appname = SDL_iconv_utf8_locale(name); in SDL_RegisterApp()