Searched defs:FXSYS_wcsicmp (Results 1 – 2 of 2) sorted by relevance
200 int FXSYS_wcsicmp(const FX_WCHAR* dst, const FX_WCHAR* src) { in FXSYS_wcsicmp() function
193 #define FXSYS_wcsicmp(str1, str2) _wcsicmp((wchar_t*)(str1), (wchar_t*)(str2)) macro