Home
last modified time | relevance | path

Searched defs:WIN_StringToUTF8 (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/core/windows/
A DSDL_windows.h42 #define WIN_StringToUTF8(S) SDL_iconv_string("UTF-8", "UTF-16LE", (char *)(S), (SDL_wcslen(S)+1)*si… macro
46 #define WIN_StringToUTF8(S) SDL_iconv_string("UTF-8", "ASCII", (char *)(S), (SDL_strlen(S)+1)) macro

Completed in 3 milliseconds