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.12/src/video/x11/
SDL_x11wm.c 260 char *title_locale = SDL_iconv_utf8_locale(title);
283 char *icon_locale = SDL_iconv_utf8_locale(icon);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 584 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 584 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 584 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 584 #define SDL_iconv_utf8_locale(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_sysevents.c 818 SDL_Appname = SDL_iconv_utf8_locale(name);

Completed in 361 milliseconds