Home
last modified time | relevance | path

Searched refs:SDL_wcslcat (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/filesystem/winrt/
A DSDL_sysfilesystem.cpp198 SDL_wcslcat(path, L"\\", new_wpath_len + 1); in SDL_GetPrefPath()
199 SDL_wcslcat(path, worg, new_wpath_len + 1); in SDL_GetPrefPath()
212 SDL_wcslcat(path, L"\\", new_wpath_len + 1); in SDL_GetPrefPath()
213 SDL_wcslcat(path, wapp, new_wpath_len + 1); in SDL_GetPrefPath()
224 SDL_wcslcat(path, L"\\", new_wpath_len + 1); in SDL_GetPrefPath()
/AliOS-Things-master/components/SDL2/include/
A DSDL_stdinc.h461 extern DECLSPEC size_t SDLCALL SDL_wcslcat(SDL_INOUT_Z_CAP(maxlen) wchar_t *dst, const wchar_t *src…
605 #define SDL_wcslcat wcslcat macro
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowskeyboard.c771 SDL_wcslcat(buffer, videodata->ime_readingstring, size); in IME_SendEditingEvent()
772 SDL_wcslcat(buffer, &videodata->ime_composition[len], size); in IME_SendEditingEvent()
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h392 #define SDL_wcslcat SDL_wcslcat_REAL macro
A DSDL_dynapi_procs.h423 SDL_DYNAPI_PROC(size_t,SDL_wcslcat,(SDL_INOUT_Z_CAP(c) wchar_t *a, const wchar_t *b, size_t c),(a,b…
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_string.c455 SDL_wcslcat(SDL_INOUT_Z_CAP(maxlen) wchar_t *dst, const wchar_t *src, size_t maxlen) in SDL_wcslcat() function

Completed in 29 milliseconds