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

  /external/pdfium/core/src/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_basic_gcc.cpp 105 const FX_CHAR* FXSYS_i64toa(int64_t value, FX_CHAR* str, int radix) {
  /external/pdfium/core/include/fxcrt/
fx_system.h 272 const FX_CHAR* FXSYS_i64toa(int64_t value, FX_CHAR* str, int radix);
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 803 FXSYS_i64toa(m_PrevOffset, offset_buf, 10);
    [all...]

Completed in 150 milliseconds