Searched refs:FXSYS_snprintf (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/fxbarcode/oned/ |
D | BC_OnedCode128Writer_unittest.cpp | 37 FXSYS_snprintf(buf, sizeof(buf) - 1, "Test case %zu", i); in TEST() 46 FXSYS_snprintf(buf, sizeof(buf) - 1, "Comparison %zu", j); in TEST() 70 FXSYS_snprintf(buf, sizeof(buf) - 1, "Test case %zu", i); in TEST() 79 FXSYS_snprintf(buf, sizeof(buf) - 1, "Comparison %zu", j); in TEST()
|
/external/pdfium/core/fxcrt/ |
D | fx_system.h | 49 #define FXSYS_snprintf (void)snprintf macro
|
D | bytestring.cpp | 71 FXSYS_snprintf(buf, sizeof(buf), "%d", i); in FormatInteger()
|
D | widestring.cpp | 231 FXSYS_snprintf(pszTemp, sizeof(pszTemp), "%*.*f", nWidth, in GuessSizeForVSWPrintf()
|
/external/pdfium/fxjs/ |
D | cjs_publicmethods.cpp | 831 FXSYS_snprintf(format, sizeof(format), "%%.%df", iDec); in AFPercent_Format() 843 FXSYS_snprintf(span.data(), szBufferSize, format, dValue); in AFPercent_Format()
|