Searched defs:tocode (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_iconv.c168 SDL_iconv_t SDL_iconv_open(const char *tocode, const char *fromcode) argument
179 if ( !tocode || !*tocode ) {
180 tocode = getlocale(tocode_buffer, sizeof(tocode_buffer));
189 if ( SDL_strcasecmp(tocode, encodings[i].name) == 0 ) {
815 char *SDL_iconv_string(const char *tocode, const char *fromcode, const char *inbuf, size_t inbytesleft) argument
824 cd = SDL_iconv_open(tocode, fromcode);
827 if ( !tocode || !*tocode ) {
828 tocode
[all...]

Completed in 118 milliseconds