Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_system.h120 #define FXSYS_strncmp strncmp macro
Dfx_basic_bstring.cpp496 if (FXSYS_strncmp(pStr, "I64", 3) == 0) { in FormatV()
/external/pdfium/core/fxcodec/lgif/
Dfx_gif.cpp525 if (FXSYS_strncmp(gif_header_ptr->signature, GIF_SIGNATURE, 3) != 0 || in gif_read_header()