Home
last modified time | relevance | path

Searched refs:FXSYS_wcsicmp (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_system.h134 #define FXSYS_wcsicmp _wcsicmp macro
164 int FXSYS_wcsicmp(const wchar_t* str1, const wchar_t* str2);
Dfx_system.cpp210 int FXSYS_wcsicmp(const wchar_t* str1, const wchar_t* str2) { in FXSYS_wcsicmp() function
Dwidestring.cpp999 return str ? FXSYS_wcsicmp(m_pData->m_String, str) : 1; in CompareNoCase()
/external/pdfium/fxjs/
Dcjs_publicmethods.cpp210 if (FXSYS_wcsicmp(sFunction, L"AVG") == 0 || in ApplyNamedOperation()
211 FXSYS_wcsicmp(sFunction, L"SUM") == 0) { in ApplyNamedOperation()
214 if (FXSYS_wcsicmp(sFunction, L"PRD") == 0) in ApplyNamedOperation()
216 if (FXSYS_wcsicmp(sFunction, L"MIN") == 0) in ApplyNamedOperation()
218 if (FXSYS_wcsicmp(sFunction, L"MAX") == 0) in ApplyNamedOperation()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp86 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace)) in MatchDefaultFont()
110 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace) == 0) in MatchDefaultFont()