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

  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_utility.cpp 51 if (FXSYS_stricmp((FX_LPCSTR)buf, name) == 0) {
fpdf_font.cpp     [all...]
  /external/pdfium/core/include/fxcrt/
fx_system.h 195 #define FXSYS_stricmp _stricmp
222 int FXSYS_stricmp(const char*, const char*);
  /external/pdfium/fpdfsdk/src/
fpdfppo.cpp 322 if(!FXSYS_stricmp(strType, "Pages"))
327 else if(!FXSYS_stricmp(strType, "Page"))
  /external/pdfium/core/src/fxcrt/
fx_basic_gcc.cpp 165 int FXSYS_stricmp(const char*dst, const char*src)
  /external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp 285 return FXSYS_stricmp((FX_LPCSTR)key, ((_AltFontName*)element)->m_pName);
829 return FXSYS_stricmp((FX_LPCSTR)key, ((_AltFontFamily*)element)->m_pFontName);
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 211 return FXSYS_stricmp((FX_LPCSTR)key, ((_FontNameMap*)element)->m_pSrcFontName);
    [all...]

Completed in 233 milliseconds