HomeSort by relevance Sort by last modified time
    Searched refs:FXSYS_i64toa (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fxcrt/
fx_system_unittest.cpp 51 FXSYS_i64toa(input, buf, 16);
60 FXSYS_i64toa(input, buf, 10);
69 FXSYS_i64toa(input, buf, 2);
119 FXSYS_i64toa(42, buf, 17); // Ours stops at 16.
122 FXSYS_i64toa(42, buf, 1);
125 FXSYS_i64toa(42, buf, 0);
128 FXSYS_i64toa(42, buf, -1);
132 TEST(fxcrt, FXSYS_i64toa) {
fx_system.cpp 105 const char* FXSYS_i64toa(int64_t value, char* str, int radix) {
fx_system.h 226 const char* FXSYS_i64toa(int64_t value, char* str, int radix);
  /external/pdfium/core/fpdfapi/edit/
cpdf_creator.cpp 686 FXSYS_i64toa(prev, offset_buf, 10);
748 FXSYS_i64toa(m_XrefStart, offset_buf, 10);

Completed in 74 milliseconds