Home
last modified time | relevance | path

Searched refs:FXSYS_strcmp (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_type1font.cpp175 if (m_GlyphIndex[charcode] == 0 && FXSYS_strcmp(name, ".notdef") == 0) { in LoadGlyphMap()
243 if (FXSYS_strcmp(name, ".notdef") != 0 && in LoadGlyphMap()
244 FXSYS_strcmp(name, "space") != 0) { in LoadGlyphMap()
308 if (FXSYS_strcmp(name, ".notdef") != 0 && in LoadGlyphMap()
309 FXSYS_strcmp(name, "space") != 0) { in LoadGlyphMap()
Dcpdf_truetypefont.cpp134 if (name[0] == '.' && FXSYS_strcmp(name, ".notdef") == 0) { in LoadGlyphMap()
/external/pdfium/core/fxcodec/codec/
Dccodec_pngmodule.cpp255 0 == FXSYS_strcmp(m_szLastError, "Read Header Callback Error")) { in Input()
/external/pdfium/core/fxcrt/
Dfx_system.h121 #define FXSYS_strcmp strcmp macro