HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_wcsicmp (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fxcrt/
fx_system.h 206 #define FXSYS_wcsicmp(str1, str2) _wcsicmp((wchar_t*)(str1), (wchar_t*)(str2))
214 #define FXSYS_wcsicmp _wcsicmp
247 int FXSYS_wcsicmp(const wchar_t* str1, const wchar_t* str2);
fx_basic_gcc.cpp 195 int FXSYS_wcsicmp(const FX_WCHAR* dst, const FX_WCHAR* src) {
fx_basic_wstring.cpp 876 return FXSYS_wcsicmp(m_pData->m_String, lpsz);
  /external/pdfium/fpdfsdk/javascript/
PublicMethods.cpp 174 if (FXSYS_wcsicmp(sFuction, L"AVG") == 0 ||
175 FXSYS_wcsicmp(sFuction, L"SUM") == 0) {
178 if (FXSYS_wcsicmp(sFuction, L"PRD") == 0) {
181 if (FXSYS_wcsicmp(sFuction, L"MIN") == 0) {
184 if (FXSYS_wcsicmp(sFuction, L"MAX") == 0) {
    [all...]
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 62 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace))
86 if (FXSYS_wcsicmp(pParams->pwsFamily, font.wsFontFace) == 0)
    [all...]

Completed in 250 milliseconds