Home
last modified time | relevance | path

Searched refs:FXSYS_strncmp (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/include/fxcrt/
Dfx_system.h133 #define FXSYS_strncmp strncmp macro
/external/pdfium/core/src/fxcrt/
Dfx_basic_bstring.cpp523 if (FXSYS_strncmp(lpsz, "I64", 3) == 0) { in FormatV()
/external/pdfium/core/src/fxcodec/lgif/
Dfx_gif.cpp570 if (FXSYS_strncmp(gif_header_ptr->signature, GIF_SIGNATURE, 3) != 0 || in _gif_read_header()