OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SDL_iconv_utf8_locale
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h
610
#define
SDL_iconv_utf8_locale
(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
610
#define
SDL_iconv_utf8_locale
(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
610
#define
SDL_iconv_utf8_locale
(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
610
#define
SDL_iconv_utf8_locale
(S) SDL_iconv_string("", "UTF-8", S, SDL_strlen(S)+1)
Completed in 892 milliseconds