Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_system.h206 #define FXSYS_wcsicmp(str1, str2) _wcsicmp((wchar_t*)(str1), (wchar_t*)(str2)) macro
214 #define FXSYS_wcsicmp _wcsicmp
247 int FXSYS_wcsicmp(const wchar_t* str1, const wchar_t* str2);
Dfx_basic_gcc.cpp195 int FXSYS_wcsicmp(const FX_WCHAR* dst, const FX_WCHAR* src) { in FXSYS_wcsicmp() function
Dfx_basic_wstring.cpp876 return FXSYS_wcsicmp(m_pData->m_String, lpsz); in CompareNoCase()
/external/pdfium/fpdfsdk/javascript/
DPublicMethods.cpp174 if (FXSYS_wcsicmp(sFuction, L"AVG") == 0 || in AF_Simple()
175 FXSYS_wcsicmp(sFuction, L"SUM") == 0) { in AF_Simple()
178 if (FXSYS_wcsicmp(sFuction, L"PRD") == 0) { in AF_Simple()
181 if (FXSYS_wcsicmp(sFuction, L"MIN") == 0) { in AF_Simple()
184 if (FXSYS_wcsicmp(sFuction, L"MAX") == 0) { in AF_Simple()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp62 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace)) in MatchDefaultFont()
86 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace) == 0) in MatchDefaultFont()