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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 612 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 612 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 612 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 612 #define SDL_iconv_utf8_ucs4(S) (Uint32 *)SDL_iconv_string("UCS-4", "UTF-8", S, SDL_strlen(S)+1)

Completed in 117 milliseconds