Home
last modified time | relevance | path

Searched refs:FXSYS_wcsicmp (Results 1 – 5 of 5) 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
203 int FXSYS_wcsicmp(const wchar_t* str1, const wchar_t* str2);
Dfx_system.cpp172 int FXSYS_wcsicmp(const wchar_t* dst, const wchar_t* src) { in FXSYS_wcsicmp() function
Dwidestring.cpp932 return lpsz ? FXSYS_wcsicmp(m_pData->m_String, lpsz) : 1; in CompareNoCase()
/external/pdfium/fxjs/
Dcjs_publicmethods.cpp303 if (FXSYS_wcsicmp(sFuction, L"AVG") == 0 || in AF_Simple()
304 FXSYS_wcsicmp(sFuction, L"SUM") == 0) { in AF_Simple()
307 if (FXSYS_wcsicmp(sFuction, L"PRD") == 0) in AF_Simple()
309 if (FXSYS_wcsicmp(sFuction, L"MIN") == 0) in AF_Simple()
311 if (FXSYS_wcsicmp(sFuction, L"MAX") == 0) in AF_Simple()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp117 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace)) in MatchDefaultFont()
141 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace) == 0) in MatchDefaultFont()