Searched defs:FXSYS_wcsicmp (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
H A Dfx_system.cpp172 int FXSYS_wcsicmp(const wchar_t* dst, const wchar_t* src) { function
H A Dfx_system.h167 #define FXSYS_wcsicmp(str1, str2) _wcsicmp((wchar_t*)(str1), (wchar_t*)(str2)) macro
175 #define FXSYS_wcsicmp _wcsicmp macro
203 int FXSYS_wcsicmp(const wchar_t* str1, const wchar_t* str2);

Completed in 611 milliseconds