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

  /external/pdfium/core/fxcrt/
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);
fx_system.cpp 172 int FXSYS_wcsicmp(const wchar_t* dst, const wchar_t* src) {
widestring.cpp 932 return lpsz ? FXSYS_wcsicmp(m_pData->m_String, lpsz) : 1;
  /external/pdfium/fxjs/
cjs_publicmethods.cpp 303 if (FXSYS_wcsicmp(sFuction, L"AVG") == 0 ||
304 FXSYS_wcsicmp(sFuction, L"SUM") == 0) {
307 if (FXSYS_wcsicmp(sFuction, L"PRD") == 0)
309 if (FXSYS_wcsicmp(sFuction, L"MIN") == 0)
311 if (FXSYS_wcsicmp(sFuction, L"MAX") == 0)
    [all...]
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 117 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace))
141 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace) == 0)
    [all...]

Completed in 251 milliseconds