Searched refs:SDL_wcsncmp (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_stdinc.h | 466 extern DECLSPEC int SDLCALL SDL_wcsncmp(const wchar_t *str1, const wchar_t *str2, size_t maxlen); 616 #define SDL_wcsncmp wcsncmp macro
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_string.c | 488 if (SDL_wcsncmp(haystack, needle, length) == 0) { in SDL_wcsstr() 514 SDL_wcsncmp(const wchar_t *str1, const wchar_t *str2, size_t maxlen) in SDL_wcsncmp() function
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi_overrides.h | 734 #define SDL_wcsncmp SDL_wcsncmp_REAL macro
|
A D | SDL_dynapi_procs.h | 790 SDL_DYNAPI_PROC(int,SDL_wcsncmp,(const wchar_t *a, const wchar_t *b, size_t c),(a,b,c),return)
|
Completed in 12 milliseconds