Home
last modified time | relevance | path

Searched refs:FXSYS_stricmp (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_system.h160 #define FXSYS_stricmp _stricmp macro
202 int FXSYS_stricmp(const char*, const char*);
Dfx_system.cpp160 int FXSYS_stricmp(const char* dst, const char* src) { in FXSYS_stricmp() function
/external/pdfium/fpdfsdk/
Dfpdfppo.cpp332 if (!FXSYS_stricmp(strType.c_str(), "Pages")) in GetNewObjId()
334 if (!FXSYS_stricmp(strType.c_str(), "Page")) in GetNewObjId()
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp795 return FXSYS_stricmp(element.m_pName, name) < 0; in PDF_GetStandardFontName()
797 if (found == end || FXSYS_stricmp(found->m_pName, name->c_str())) in PDF_GetStandardFontName()
/external/pdfium/core/fpdfapi/font/
Dcpdf_type1font.cpp35 if (!FXSYS_stricmp(element.m_pStrAdobe, pStrAdobe)) in GlyphNameRemap()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp77 if (!FXSYS_stricmp(name->c_str(), g_JpFontNameMap[i].m_pSrcFontName)) { in GetSubFontName()