Searched refs:FXSYS_stricmp (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/fxcrt/
H A Dfx_system.h204 #define FXSYS_stricmp _stricmp macro
246 int FXSYS_stricmp(const char*, const char*);
H A Dfx_basic_gcc.cpp183 int FXSYS_stricmp(const char* dst, const char* src) { function
/external/pdfium/fpdfsdk/
H A Dfpdfppo.cpp326 if (!FXSYS_stricmp(strType.c_str(), "Pages"))
328 if (!FXSYS_stricmp(strType.c_str(), "Page"))
/external/pdfium/core/fxge/ge/
H A Dcfx_fontmapper.cpp174 return FXSYS_stricmp(reinterpret_cast<const FX_CHAR*>(key),
179 return FXSYS_stricmp(reinterpret_cast<const FX_CHAR*>(key),
/external/pdfium/core/fpdfapi/font/
H A Dcpdf_type1font.cpp33 return FXSYS_stricmp(static_cast<const FX_CHAR*>(key),
/external/pdfium/core/fxge/win32/
H A Dfx_win32_device.cpp74 if (!FXSYS_stricmp(name->c_str(), g_JpFontNameMap[i].m_pSrcFontName)) {

Completed in 216 milliseconds