Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_system_unittest.cpp51 FXSYS_i64toa(input, buf, 16); in Check64BitBase16Itoa()
60 FXSYS_i64toa(input, buf, 10); in Check64BitBase10Itoa()
69 FXSYS_i64toa(input, buf, 2); in Check64BitBase2Itoa()
119 FXSYS_i64toa(42, buf, 17); // Ours stops at 16. in TEST()
122 FXSYS_i64toa(42, buf, 1); in TEST()
125 FXSYS_i64toa(42, buf, 0); in TEST()
128 FXSYS_i64toa(42, buf, -1); in TEST()
132 TEST(fxcrt, FXSYS_i64toa) { in TEST() argument
Dfx_system.cpp105 const char* FXSYS_i64toa(int64_t value, char* str, int radix) { in FXSYS_i64toa() function
Dfx_system.h226 const char* FXSYS_i64toa(int64_t value, char* str, int radix);
/external/pdfium/core/fpdfapi/edit/
Dcpdf_creator.cpp686 FXSYS_i64toa(prev, offset_buf, 10); in WriteDoc_Stage4()
748 FXSYS_i64toa(m_XrefStart, offset_buf, 10); in WriteDoc_Stage4()