Searched refs:FXSYS_stricmp (Results 1 – 6 of 6) sorted by relevance
204 #define FXSYS_stricmp _stricmp macro246 int FXSYS_stricmp(const char*, const char*);
183 int FXSYS_stricmp(const char* dst, const char* src) { in FXSYS_stricmp() function
326 if (!FXSYS_stricmp(strType.c_str(), "Pages")) in GetNewObjId()328 if (!FXSYS_stricmp(strType.c_str(), "Page")) in GetNewObjId()
174 return FXSYS_stricmp(reinterpret_cast<const FX_CHAR*>(key), in CompareFontFamilyString()179 return FXSYS_stricmp(reinterpret_cast<const FX_CHAR*>(key), in CompareString()
33 return FXSYS_stricmp(static_cast<const FX_CHAR*>(key), in compareString()
74 if (!FXSYS_stricmp(name->c_str(), g_JpFontNameMap[i].m_pSrcFontName)) { in GetSubFontName()