Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_system.h58 #define FXSYS_stricmp _stricmp macro
72 int FXSYS_stricmp(const char* str1, const char* str2);
Dfx_system.cpp195 int FXSYS_stricmp(const char* str1, const char* str2) { in FXSYS_stricmp() function
/external/pdfium/core/fpdfapi/font/
Dcpdf_type1font.cpp43 if (!FXSYS_stricmp(element.m_pStrAdobe, pStrAdobe)) in GlyphNameRemap()
/external/pdfium/core/fxge/
Dcfx_fontmapper.cpp889 return FXSYS_stricmp(element.m_pName, name) < 0; in GetStandardFontName()
891 if (found == end || FXSYS_stricmp(found->m_pName, name->c_str())) in GetStandardFontName()
/external/pdfium/core/fxge/win32/
Dcwin32_platform.cpp69 if (!FXSYS_stricmp(name->c_str(), kJpFontNameMap[i].m_pSrcFontName)) { in GetSubFontName()