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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 597 #define SDL_iconv_t iconv_t
601 typedef struct _SDL_iconv_t *SDL_iconv_t;
602 extern DECLSPEC SDL_iconv_t SDLCALL SDL_iconv_open(const char *tocode, const char *fromcode);
603 extern DECLSPEC int SDLCALL SDL_iconv_close(SDL_iconv_t cd);
605 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 597 #define SDL_iconv_t iconv_t
601 typedef struct _SDL_iconv_t *SDL_iconv_t;
602 extern DECLSPEC SDL_iconv_t SDLCALL SDL_iconv_open(const char *tocode, const char *fromcode);
603 extern DECLSPEC int SDLCALL SDL_iconv_close(SDL_iconv_t cd);
605 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 597 #define SDL_iconv_t iconv_t
601 typedef struct _SDL_iconv_t *SDL_iconv_t;
602 extern DECLSPEC SDL_iconv_t SDLCALL SDL_iconv_open(const char *tocode, const char *fromcode);
603 extern DECLSPEC int SDLCALL SDL_iconv_close(SDL_iconv_t cd);
605 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 597 #define SDL_iconv_t iconv_t
601 typedef struct _SDL_iconv_t *SDL_iconv_t;
602 extern DECLSPEC SDL_iconv_t SDLCALL SDL_iconv_open(const char *tocode, const char *fromcode);
603 extern DECLSPEC int SDLCALL SDL_iconv_close(SDL_iconv_t cd);
605 extern DECLSPEC size_t SDLCALL SDL_iconv(SDL_iconv_t cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);

Completed in 1378 milliseconds