Searched refs:FXSYS_stricmp (Results 1 – 6 of 6) sorted by relevance
133 #define FXSYS_stricmp _stricmp macro163 int FXSYS_stricmp(const char* str1, const char* str2);
198 int FXSYS_stricmp(const char* str1, const char* str2) { in FXSYS_stricmp() function
38 if (!FXSYS_stricmp(element.m_pStrAdobe, pStrAdobe)) in GlyphNameRemap()
771 return FXSYS_stricmp(element.m_pName, name) < 0; in GetStandardFontName()773 if (found == end || FXSYS_stricmp(found->m_pName, name->c_str())) in GetStandardFontName()
421 if (!FXSYS_stricmp(strType.c_str(), "Pages")) in GetNewObjId()423 if (!FXSYS_stricmp(strType.c_str(), "Page")) in GetNewObjId()
77 if (!FXSYS_stricmp(name->c_str(), g_JpFontNameMap[i].m_pSrcFontName)) { in GetSubFontName()