Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_system.h229 #define FXSYS_wcsicmp(str1, str2) _wcsicmp((wchar_t*)(str1), (wchar_t*)(str2)) macro
235 #define FXSYS_wcsicmp _wcsicmp
255 int FXSYS_wcsicmp(const wchar_t *string1, const wchar_t *string2);
/external/pdfium/core/src/fxcrt/
Dfx_basic_gcc.cpp182 int FXSYS_wcsicmp(const FX_WCHAR *dst, const FX_WCHAR *src) in FXSYS_wcsicmp() function
Dfx_basic_wstring.cpp479 return FXSYS_wcsicmp(m_pData->m_String, lpsz); in CompareNoCase()
/external/pdfium/fpdfsdk/src/javascript/
DPublicMethods.cpp196 if (FXSYS_wcsicmp(sFuction,L"AVG") == 0 || FXSYS_wcsicmp(sFuction,L"SUM") == 0) in AF_Simple()
200 else if (FXSYS_wcsicmp(sFuction, L"PRD") == 0) in AF_Simple()
204 else if (FXSYS_wcsicmp(sFuction,L"MIN") == 0) in AF_Simple()
208 else if (FXSYS_wcsicmp(sFuction,L"MAX") == 0) in AF_Simple()