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

  /external/pdfium/core/fxcrt/
fx_system.h 160 #define FXSYS_stricmp _stricmp
202 int FXSYS_stricmp(const char*, const char*);
fx_system.cpp 160 int FXSYS_stricmp(const char* dst, const char* src) {
  /external/pdfium/fpdfsdk/
fpdfppo.cpp 332 if (!FXSYS_stricmp(strType.c_str(), "Pages"))
334 if (!FXSYS_stricmp(strType.c_str(), "Page"))
  /external/pdfium/core/fxge/
cfx_fontmapper.cpp 795 return FXSYS_stricmp(element.m_pName, name) < 0;
797 if (found == end || FXSYS_stricmp(found->m_pName, name->c_str()))
  /external/pdfium/core/fpdfapi/font/
cpdf_type1font.cpp 35 if (!FXSYS_stricmp(element.m_pStrAdobe, pStrAdobe))
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 77 if (!FXSYS_stricmp(name->c_str(), g_JpFontNameMap[i].m_pSrcFontName)) {
    [all...]

Completed in 275 milliseconds