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

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_stdinc.h 378 typedef struct _SDL_iconv_t *SDL_iconv_t;
379 extern DECLSPEC SDL_iconv_t SDLCALL SDL_iconv_open(const char *tocode,
381 extern DECLSPEC int SDLCALL SDL_iconv_close(SDL_iconv_t cd);
382 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf,
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_stdinc.h 378 typedef struct _SDL_iconv_t *SDL_iconv_t;
379 extern DECLSPEC SDL_iconv_t SDLCALL SDL_iconv_open(const char *tocode,
381 extern DECLSPEC int SDLCALL SDL_iconv_close(SDL_iconv_t cd);
382 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf,
  /prebuilts/misc/windows/sdl2/include/
SDL_stdinc.h 368 typedef struct _SDL_iconv_t *SDL_iconv_t;
369 extern DECLSPEC SDL_iconv_t SDLCALL SDL_iconv_open(const char *tocode,
371 extern DECLSPEC int SDLCALL SDL_iconv_close(SDL_iconv_t cd);
372 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf,
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_stdinc.h 378 typedef struct _SDL_iconv_t *SDL_iconv_t;
379 extern DECLSPEC SDL_iconv_t SDLCALL SDL_iconv_open(const char *tocode,
381 extern DECLSPEC int SDLCALL SDL_iconv_close(SDL_iconv_t cd);
382 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf,

Completed in 191 milliseconds