Searched refs:FXSYS_wcsicmp (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_system.h | 167 #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);
|
D | fx_system.cpp | 172 int FXSYS_wcsicmp(const wchar_t* dst, const wchar_t* src) { in FXSYS_wcsicmp() function
|
D | widestring.cpp | 932 return lpsz ? FXSYS_wcsicmp(m_pData->m_String, lpsz) : 1; in CompareNoCase()
|
/external/pdfium/fxjs/ |
D | cjs_publicmethods.cpp | 303 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/ |
D | cfgas_fontmgr.cpp | 117 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace)) in MatchDefaultFont() 141 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace) == 0) in MatchDefaultFont()
|