Searched refs:FXSYS_stricmp (Results 1 – 6 of 6) sorted by relevance
160 #define FXSYS_stricmp _stricmp macro202 int FXSYS_stricmp(const char*, const char*);
160 int FXSYS_stricmp(const char* dst, const char* src) { in FXSYS_stricmp() function
332 if (!FXSYS_stricmp(strType.c_str(), "Pages")) in GetNewObjId()334 if (!FXSYS_stricmp(strType.c_str(), "Page")) in GetNewObjId()
795 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()
35 if (!FXSYS_stricmp(element.m_pStrAdobe, pStrAdobe)) in GlyphNameRemap()
77 if (!FXSYS_stricmp(name->c_str(), g_JpFontNameMap[i].m_pSrcFontName)) { in GetSubFontName()