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 52 FXSYS_i64toa(input, buf, 16);
61 FXSYS_i64toa(input, buf, 10);
70 FXSYS_i64toa(input, buf, 2);
120 FXSYS_i64toa(42, buf, 17); // Ours stops at 16.
123 FXSYS_i64toa(42, buf, 1);
126 FXSYS_i64toa(42, buf, 0);
129 FXSYS_i64toa(42, buf, -1);
133 TEST(fxcrt, FXSYS_i64toa) {
fx_basic_gcc.cpp 100 const FX_CHAR* FXSYS_i64toa(int64_t value, FX_CHAR* str, int radix) {
fx_system.h 284 const FX_CHAR* FXSYS_i64toa(int64_t value, FX_CHAR* str, int radix);
  /external/pdfium/core/fpdfapi/edit/
fpdf_edit_create.cpp 783 FXSYS_i64toa(m_PrevOffset, offset_buf, 10);
    [all...]

Completed in 3422 milliseconds