Home
last modified time | relevance | path

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

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