HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_stricmp (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fxcrt/
fx_system.h 204 #define FXSYS_stricmp _stricmp
246 int FXSYS_stricmp(const char*, const char*);
fx_basic_gcc.cpp 183 int FXSYS_stricmp(const char* dst, const char* src) {
  /external/pdfium/fpdfsdk/
fpdfppo.cpp 326 if (!FXSYS_stricmp(strType.c_str(), "Pages"))
328 if (!FXSYS_stricmp(strType.c_str(), "Page"))
  /external/pdfium/core/fpdfapi/font/
cpdf_type1font.cpp 33 return FXSYS_stricmp(static_cast<const FX_CHAR*>(key),
  /external/pdfium/core/fxge/ge/
cfx_fontmapper.cpp 174 return FXSYS_stricmp(reinterpret_cast<const FX_CHAR*>(key),
179 return FXSYS_stricmp(reinterpret_cast<const FX_CHAR*>(key),
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 74 if (!FXSYS_stricmp(name->c_str(), g_JpFontNameMap[i].m_pSrcFontName)) {
    [all...]

Completed in 289 milliseconds