OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_iconv_string
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h
583
extern DECLSPEC char * SDLCALL
SDL_iconv_string
(const char *tocode, const char *fromcode, const char *inbuf, size_t inbytesleft);
584
#define SDL_iconv_utf8_locale(S)
SDL_iconv_string
("", "UTF-8", S, SDL_strlen(S)+1)
585
#define SDL_iconv_utf8_ucs2(S) (Uint16 *)
SDL_iconv_string
("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
586
#define SDL_iconv_utf8_ucs4(S) (Uint32 *)
SDL_iconv_string
("UCS-4", "UTF-8", S, SDL_strlen(S)+1)
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
583
extern DECLSPEC char * SDLCALL
SDL_iconv_string
(const char *tocode, const char *fromcode, const char *inbuf, size_t inbytesleft);
584
#define SDL_iconv_utf8_locale(S)
SDL_iconv_string
("", "UTF-8", S, SDL_strlen(S)+1)
585
#define SDL_iconv_utf8_ucs2(S) (Uint16 *)
SDL_iconv_string
("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
586
#define SDL_iconv_utf8_ucs4(S) (Uint32 *)
SDL_iconv_string
("UCS-4", "UTF-8", S, SDL_strlen(S)+1)
/prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h
583
extern DECLSPEC char * SDLCALL
SDL_iconv_string
(const char *tocode, const char *fromcode, const char *inbuf, size_t inbytesleft);
584
#define SDL_iconv_utf8_locale(S)
SDL_iconv_string
("", "UTF-8", S, SDL_strlen(S)+1)
585
#define SDL_iconv_utf8_ucs2(S) (Uint16 *)
SDL_iconv_string
("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
586
#define SDL_iconv_utf8_ucs4(S) (Uint32 *)
SDL_iconv_string
("UCS-4", "UTF-8", S, SDL_strlen(S)+1)
/prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h
583
extern DECLSPEC char * SDLCALL
SDL_iconv_string
(const char *tocode, const char *fromcode, const char *inbuf, size_t inbytesleft);
584
#define SDL_iconv_utf8_locale(S)
SDL_iconv_string
("", "UTF-8", S, SDL_strlen(S)+1)
585
#define SDL_iconv_utf8_ucs2(S) (Uint16 *)
SDL_iconv_string
("UCS-2", "UTF-8", S, SDL_strlen(S)+1)
586
#define SDL_iconv_utf8_ucs4(S) (Uint32 *)
SDL_iconv_string
("UCS-4", "UTF-8", S, SDL_strlen(S)+1)
/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
SDL.x
208
SDL_iconv_string
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_iconv.c
815
char *
SDL_iconv_string
(const char *tocode, const char *fromcode, const char *inbuf, size_t inbytesleft)
Completed in 1491 milliseconds