HomeSort by relevance Sort by last modified time
    Searched defs:FXSYS_wcsicmp (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxcrt/
fx_system.cpp 172 int FXSYS_wcsicmp(const wchar_t* dst, const wchar_t* src) {
fx_system.h 167 #define FXSYS_wcsicmp(str1, str2) _wcsicmp((wchar_t*)(str1), (wchar_t*)(str2))
175 #define FXSYS_wcsicmp _wcsicmp
203 int FXSYS_wcsicmp(const wchar_t* str1, const wchar_t* str2);

Completed in 82 milliseconds