Searched refs:AppendByte (Results 1 - 12 of 12) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp113 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/
H A Dfpdf_edit_create.cpp584 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(
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_filters.cpp364 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);
H A Dfpdf_parser_parser.cpp1940 buf.AppendByte((FX_BYTE)code);
1948 buf.AppendByte((FX_BYTE)code);
1956 buf.AppendByte((FX_BYTE)code);
1965 buf.AppendByte((FX_BYTE)code);
/external/chromium_org/v8/src/
H A Dlog.cc70 AppendByte(':');
86 AppendByte(')');
119 void AppendByte(char c) { function in class:v8::internal::CodeEventLogger::NameBuffer
198 name_buffer_->AppendByte(' ');
204 name_buffer_->AppendByte(')');
206 name_buffer_->AppendByte(':');
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp262 m_SavingBuf.AppendByte(i);
490 FX_INT32 IFX_BufferArchive::AppendByte(FX_BYTE byte) function in class:IFX_BufferArchive
/external/chromium_org/dbus/
H A Dmessage.h273 void AppendByte(uint8 value);
348 // Helper function used to implement AppendByte etc.
H A Dmessage_unittest.cc22 writer.AppendByte(123); // The input is 123.
48 writer.AppendByte(0);
H A Dmessage.cc466 void MessageWriter::AppendByte(uint8 value) { function in class:dbus::MessageWriter
H A Dvalues_util_unittest.cc23 writer.AppendByte(kByteValue);
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h44 inline void AppendByte(FX_BYTE byte) function in class:CFX_BinaryBuf
100 AppendByte((FX_BYTE)ch);
249 FX_INT32 AppendByte(FX_BYTE byte);
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_fax.cpp947 m_DestBuf.AppendByte(last_byte);

Completed in 281 milliseconds