Searched refs:WIN_UTF8ToString (Results 1 – 13 of 13) sorted by relevance
42 #define WIN_UTF8ToString(S) (WCHAR *)SDL_iconv_string("UTF-16LE", "UTF-8", (char *)(S), SDL_strlen(… macro46 #define WIN_UTF8ToString(S) SDL_iconv_string("ASCII", "UTF-8", (char *)(S), SDL_strlen(S)+1) macro
171 strw = WIN_UTF8ToString(keystr); in WIN_LookupAudioDeviceName()
126 worg = WIN_UTF8ToString(org); in SDL_GetPrefPath()132 wapp = WIN_UTF8ToString(app); in SDL_GetPrefPath()
167 worg = WIN_UTF8ToString(org); in SDL_GetPrefPath()173 wapp = WIN_UTF8ToString(app); in SDL_GetPrefPath()
35 LPTSTR tstr = WIN_UTF8ToString(sofile); in SDL_LoadObject()
40 wchar_t * wstr = WIN_UTF8ToString(str);
62 tstr = WIN_UTF8ToString(text); in WIN_SetClipboardText()
150 wstring = WIN_UTF8ToString(string); in AddDialogString()419 wmessage = WIN_UTF8ToString(messageboxdata->message); in WIN_ShowMessageBox()
396 LPTSTR title = WIN_UTF8ToString(window->title); in WIN_SetWindowTitle()
1065 SDL_Appname = WIN_UTF8ToString(name); in SDL_RegisterApp()
517 tmpStr = WIN_UTF8ToString(tmpHintValue);525 tmpStr = WIN_UTF8ToString(tmpHintValue);
364 tstr = WIN_UTF8ToString(output); in SDL_LogOutput()
105 LPTSTR tstr = WIN_UTF8ToString(filename); in windows_file_open()