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

  /external/pdfium/core/fxcrt/
fx_system_unittest.cpp 24 FXSYS_itoa(input, buf, 16);
33 FXSYS_itoa(input, buf, 10);
42 FXSYS_itoa(input, buf, 2);
79 FXSYS_itoa(42, buf, 17); // Ours stops at 16.
82 FXSYS_itoa(42, buf, 1);
85 FXSYS_itoa(42, buf, 0);
88 FXSYS_itoa(42, buf, -1);
92 TEST(fxcrt, FXSYS_itoa) {
cfx_widetextbuf.cpp 31 FXSYS_itoa(i, buf, 10);
fx_system.h 157 #define FXSYS_itoa _itoa
185 char* FXSYS_itoa(int value, char* str, int radix);
fx_string.cpp 216 FXSYS_itoa(i, buf2, 10);
fx_system.cpp 184 char* FXSYS_itoa(int value, char* str, int radix) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_cross_ref_avail_unittest.cpp 165 FXSYS_itoa(prev_offset, int_buffer, 10) + ">>\n";
179 FXSYS_itoa(prev_offset, int_buffer, 10) + ">>\n";
210 FXSYS_itoa(prev_offset, int_buffer, 10) +
222 FXSYS_itoa(prev_offset, int_buffer, 10) +
262 FXSYS_itoa(first_v5_table_offset, int_buffer, 10) + ">>\n";
276 FXSYS_itoa(second_v4_table_offset, int_buffer, 10) + " /XRefStm " +
277 FXSYS_itoa(first_v5_table_offset, int_buffer, 10) + ">>\n";
cpdf_object_unittest.cpp 458 FXSYS_itoa(vals[i], buf, 10), // String value.
563 key.append(FXSYS_itoa(j, buf, 10));
589 key.append(FXSYS_itoa(j, buf, 10));
    [all...]
  /external/pdfium/fxbarcode/datamatrix/
BC_Base256Encoder.cpp 52 FXSYS_itoa(dataCount, buf, 10);
  /external/pdfium/core/fpdfapi/edit/
cpdf_creator.cpp 104 FXSYS_itoa(i, buf, 10);

Completed in 124 milliseconds