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

  /external/pdfium/core/src/fxcrt/
fx_basic_gcc.cpp 182 int FXSYS_wcsicmp(const FX_WCHAR *dst, const FX_WCHAR *src)
  /external/pdfium/core/include/fxcrt/
fx_system.h 229 #define FXSYS_wcsicmp(str1, str2) _wcsicmp((wchar_t*)(str1), (wchar_t*)(str2))
235 #define FXSYS_wcsicmp _wcsicmp
255 int FXSYS_wcsicmp(const wchar_t *string1, const wchar_t *string2);

Completed in 215 milliseconds