Home
last modified time | relevance | path

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

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