Searched refs:FXSYS_snprintf (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedCode128Writer_unittest.cpp | 34 FXSYS_snprintf(buf, sizeof(buf) - 1, "Test case %zu", i); in TEST() 43 FXSYS_snprintf(buf, sizeof(buf) - 1, "Comparison %zu", j); in TEST() 67 FXSYS_snprintf(buf, sizeof(buf) - 1, "Test case %zu", i); in TEST() 76 FXSYS_snprintf(buf, sizeof(buf) - 1, "Comparison %zu", j); in TEST()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_datetime.cpp | 278 FXSYS_snprintf(tempStr, sizeof(tempStr) - 1, "D:%04d%02u%02u%02u%02u%02u", in ToPDFDateTimeString() 286 FXSYS_snprintf(tempStr, sizeof(tempStr) - 1, "%02d'%02u'", in ToPDFDateTimeString()
|
/external/pdfium/core/fxcrt/ |
D | fx_system.h | 117 #define FXSYS_snprintf (void)snprintf macro
|
D | bytestring.cpp | 105 FXSYS_snprintf(buf, sizeof(buf), "%d", i); in FormatInteger()
|
D | widestring.cpp | 228 FXSYS_snprintf(pszTemp, sizeof(pszTemp), "%*.*f", nWidth, in GuessSizeForVSWPrintf()
|
/external/pdfium/third_party/libtiff/ |
D | tiffiop.h | 62 #define snprintf FXSYS_snprintf
|
D | 0000-build-config.patch | 19 +#define snprintf FXSYS_snprintf
|