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

  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_new.cpp 113 m_StringBuf.AppendByte(ch);
126 m_StringBuf.AppendByte(')');
129 m_StringBuf.AppendByte('(');
133 m_StringBuf.AppendByte((char)ch);
143 m_StringBuf.AppendByte('\n');
145 m_StringBuf.AppendByte('\r');
147 m_StringBuf.AppendByte('\t');
149 m_StringBuf.AppendByte('\b');
151 m_StringBuf.AppendByte('\f');
153 m_StringBuf.AppendByte('\\');
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_create.cpp 584 buffer.AppendByte(0);
585 buffer.AppendByte(0);
586 buffer.AppendByte(0);
587 buffer.AppendByte(0);
588 buffer.AppendByte(0);
590 buffer.AppendByte(0xFF);
591 buffer.AppendByte(0xFF);
593 buffer.AppendByte(0);
594 buffer.AppendByte(0);
599 buffer.AppendByte(1);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_filters.cpp 364 dest_buf.AppendByte((FX_BYTE)code);
608 dest_buf.AppendByte((FX_BYTE)(m_CurDWord >> (3 - i) * 8));
619 dest_buf.AppendByte((FX_BYTE)(m_CurDWord >> (3 - i) * 8));
655 dest_buf.AppendByte(m_FirstDigit * 16);
664 dest_buf.AppendByte(m_FirstDigit * 16 + digit);
692 dest_buf.AppendByte(byte);
fpdf_parser_parser.cpp     [all...]
  /external/chromium_org/dbus/
message.h 273 void AppendByte(uint8 value);
348 // Helper function used to implement AppendByte etc.
message_unittest.cc 22 writer.AppendByte(123); // The input is 123.
47 writer.AppendByte(0);
message.cc 466 void MessageWriter::AppendByte(uint8 value) {
values_util_unittest.cc 23 writer.AppendByte(kByteValue);
  /external/pdfium/core/src/fxcrt/
fx_basic_buffer.cpp 262 m_SavingBuf.AppendByte(i);
490 FX_INT32 IFX_BufferArchive::AppendByte(FX_BYTE byte)
  /external/chromium_org/v8/src/
log.cc 68 AppendByte(':');
84 AppendByte(')');
117 void AppendByte(char c) {
196 name_buffer_->AppendByte(' ');
202 name_buffer_->AppendByte(')');
204 name_buffer_->AppendByte(':');
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 44 inline void AppendByte(FX_BYTE byte)
100 AppendByte((FX_BYTE)ch);
249 FX_INT32 AppendByte(FX_BYTE byte);
    [all...]
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_fax.cpp 947 m_DestBuf.AppendByte(last_byte);

Completed in 324 milliseconds