Searched refs:SDL_wcslcat (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/filesystem/winrt/ |
A D | SDL_sysfilesystem.cpp | 198 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 D | SDL_stdinc.h | 461 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 D | SDL_windowskeyboard.c | 771 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 D | SDL_dynapi_overrides.h | 392 #define SDL_wcslcat SDL_wcslcat_REAL macro
|
A D | SDL_dynapi_procs.h | 423 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 D | SDL_string.c | 455 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