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

  /external/pdfium/core/fpdfapi/font/
cpdf_type1font.cpp 175 if (m_GlyphIndex[charcode] == 0 && FXSYS_strcmp(name, ".notdef") == 0) {
243 if (FXSYS_strcmp(name, ".notdef") != 0 &&
244 FXSYS_strcmp(name, "space") != 0) {
308 if (FXSYS_strcmp(name, ".notdef") != 0 &&
309 FXSYS_strcmp(name, "space") != 0) {
cpdf_truetypefont.cpp 134 if (name[0] == '.' && FXSYS_strcmp(name, ".notdef") == 0) {
  /external/pdfium/core/fxcodec/codec/
ccodec_pngmodule.cpp 255 0 == FXSYS_strcmp(m_szLastError, "Read Header Callback Error")) {
  /external/pdfium/core/fxcrt/
fx_system.h 121 #define FXSYS_strcmp strcmp

Completed in 297 milliseconds