HomeSort by relevance Sort by last modified time
    Searched refs:SDL_iconv_utf8_locale (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 261 char *title_locale = SDL_iconv_utf8_locale(title);
284 char *icon_locale = SDL_iconv_utf8_locale(icon);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 610 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 610 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 610 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 610 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 742 SDL_Appname = SDL_iconv_utf8_locale(name);

Completed in 2544 milliseconds