Searched refs:SDL_wcslen (Results 1 – 11 of 11) sorted by relevance
/AliOS-Things-master/components/SDL2/src/filesystem/winrt/ |
A D | SDL_sysfilesystem.cpp | 169 if (SDL_wcslen(srcPath) >= MAX_PATH) { in SDL_GetPrefPath() 188 new_wpath_len = SDL_wcslen(worg) + SDL_wcslen(wapp) + SDL_wcslen(path) + 3; in SDL_GetPrefPath()
|
/AliOS-Things-master/components/SDL2/src/core/windows/ |
A D | SDL_windows.h | 42 #define WIN_StringToUTF8(S) SDL_iconv_string("UTF-8", "UTF-16LE", (char *)(S), (SDL_wcslen(S)+1)*si…
|
/AliOS-Things-master/components/SDL2/src/main/windows/ |
A D | SDL_windows_main.c | 22 #define WIN_WStringToUTF8(S) SDL_iconv_string("UTF-8", "UTF-16LE", (char *)(S), (SDL_wcslen(S)+1)*s…
|
/AliOS-Things-master/components/SDL2/src/joystick/windows/ |
A D | SDL_windows_gaming_input.c | 370 hr = WindowsCreateStringFunc(pNamespace, SDL_wcslen(pNamespace), &hNamespaceString); in WGI_JoystickInit() 380 hr = WindowsCreateStringFunc(pNamespace, SDL_wcslen(pNamespace), &hNamespaceString); in WGI_JoystickInit() 392 hr = WindowsCreateStringFunc(pNamespace, SDL_wcslen(pNamespace), &hNamespaceString); in WGI_JoystickInit() 402 hr = WindowsCreateStringFunc(pNamespace, SDL_wcslen(pNamespace), &hNamespaceString); in WGI_JoystickInit() 414 hr = WindowsCreateStringFunc(pNamespace, SDL_wcslen(pNamespace), &hNamespaceString); in WGI_JoystickInit()
|
/AliOS-Things-master/components/SDL2/src/joystick/hidapi/ |
A D | SDL_hidapijoystick.c | 726 …DL_iconv_string("UTF-8", "WCHAR_T", (char*)info->manufacturer_string, (SDL_wcslen(info->manufactur… in HIDAPI_AddDevice() 729 …v_string("UTF-8", "UCS-2-INTERNAL", (char*)info->manufacturer_string, (SDL_wcslen(info->manufactur… in HIDAPI_AddDevice() 731 …v_string("UTF-8", "UCS-4-INTERNAL", (char*)info->manufacturer_string, (SDL_wcslen(info->manufactur… in HIDAPI_AddDevice() 736 …g = SDL_iconv_string("UTF-8", "WCHAR_T", (char*)info->product_string, (SDL_wcslen(info->product_st… in HIDAPI_AddDevice() 739 …_iconv_string("UTF-8", "UCS-2-INTERNAL", (char*)info->product_string, (SDL_wcslen(info->product_st… in HIDAPI_AddDevice() 741 …_iconv_string("UTF-8", "UCS-4-INTERNAL", (char*)info->product_string, (SDL_wcslen(info->product_st… in HIDAPI_AddDevice()
|
A D | SDL_hidapi_xbox360.c | 460 hr = WindowsCreateStringFunc(pNamespace, SDL_wcslen(pNamespace), &hNamespaceString); in HIDAPI_DriverXbox360_InitWindowsGamingInput()
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_string.c | 425 SDL_wcslen(const wchar_t * string) in SDL_wcslen() function 444 size_t srclen = SDL_wcslen(src); in SDL_wcslcpy() 460 size_t dstlen = SDL_wcslen(dst); in SDL_wcslcat() 461 size_t srclen = SDL_wcslen(src); in SDL_wcslcat() 472 size_t len = ((SDL_wcslen(string) + 1) * sizeof(wchar_t)); in SDL_wcsdup() 486 size_t length = SDL_wcslen(needle); in SDL_wcsstr() 1818 …char *arg = SDL_iconv_string("UTF-8", "UTF-16LE", (char *)(wide_arg), (SDL_wcslen(wide_arg)+1)*siz… in SDL_vsnprintf()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowskeyboard.c | 769 size_t len = SDL_min(SDL_wcslen(videodata->ime_composition), (size_t)videodata->ime_cursor); in IME_SendEditingEvent() 778 … SDL_SendEditingText(s, videodata->ime_cursor + (int)SDL_wcslen(videodata->ime_readingstring), 0); in IME_SendEditingEvent() 816 … size_t len = SDL_wcslen((LPWSTR)((DWORD_PTR)cand_list + cand_list->dwOffset[i])) + 1; in IME_GetCandidateList() 1447 GetTextExtentPoint32W(hdc, s, (int)SDL_wcslen(s), &candsizes[i]); in IME_RenderCandidateList() 1539 … + candborder + candpadding, top + candborder + candpadding, 0, NULL, s, (int)SDL_wcslen(s), NULL); in IME_RenderCandidateList()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_stdinc.h | 459 extern DECLSPEC size_t SDLCALL SDL_wcslen(const wchar_t *wstr); 603 #define SDL_wcslen wcslen macro
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 390 #define SDL_wcslen SDL_wcslen_REAL macro
|
A D | SDL_dynapi_procs.h | 421 SDL_DYNAPI_PROC(size_t,SDL_wcslen,(const wchar_t *a),(a),return)
|
Completed in 26 milliseconds