Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_system.h133 #define FXSYS_stricmp _stricmp macro
163 int FXSYS_stricmp(const char* str1, const char* str2);
Dfx_system.cpp198 int FXSYS_stricmp(const char* str1, const char* str2) { in FXSYS_stricmp() function
/external/pdfium/core/fpdfapi/font/
Dcpdf_type1font.cpp38 if (!FXSYS_stricmp(element.m_pStrAdobe, pStrAdobe)) in GlyphNameRemap()
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp771 return FXSYS_stricmp(element.m_pName, name) < 0; in GetStandardFontName()
773 if (found == end || FXSYS_stricmp(found->m_pName, name->c_str())) in GetStandardFontName()
/external/pdfium/fpdfsdk/
Dfpdf_ppo.cpp421 if (!FXSYS_stricmp(strType.c_str(), "Pages")) in GetNewObjId()
423 if (!FXSYS_stricmp(strType.c_str(), "Page")) in GetNewObjId()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp77 if (!FXSYS_stricmp(name->c_str(), g_JpFontNameMap[i].m_pSrcFontName)) { in GetSubFontName()