Searched refs:FXSYS_stricmp (Results 1 – 5 of 5) sorted by relevance
58 #define FXSYS_stricmp _stricmp macro72 int FXSYS_stricmp(const char* str1, const char* str2);
195 int FXSYS_stricmp(const char* str1, const char* str2) { in FXSYS_stricmp() function
43 if (!FXSYS_stricmp(element.m_pStrAdobe, pStrAdobe)) in GlyphNameRemap()
889 return FXSYS_stricmp(element.m_pName, name) < 0; in GetStandardFontName()891 if (found == end || FXSYS_stricmp(found->m_pName, name->c_str())) in GetStandardFontName()
69 if (!FXSYS_stricmp(name->c_str(), kJpFontNameMap[i].m_pSrcFontName)) { in GetSubFontName()