Home
last modified time | relevance | path

Searched refs:AppendByte (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_create.cpp310 buffer.AppendByte(0); in AppendIndex0()
311 buffer.AppendByte(0); in AppendIndex0()
312 buffer.AppendByte(0); in AppendIndex0()
313 buffer.AppendByte(0); in AppendIndex0()
314 buffer.AppendByte(0); in AppendIndex0()
316 buffer.AppendByte(byte); in AppendIndex0()
317 buffer.AppendByte(byte); in AppendIndex0()
321 buffer.AppendByte(1); in AppendIndex1()
322 buffer.AppendByte(FX_GETBYTEOFFSET24(offset)); in AppendIndex1()
323 buffer.AppendByte(FX_GETBYTEOFFSET16(offset)); in AppendIndex1()
[all …]
/external/pdfium/xfa/src/fxbarcode/qrcode/
DBC_QRCoderBitVector.cpp69 AppendByte(0); in AppendBit()
86 AppendByte(newByte); in AppendBits()
119 void CBC_QRCoderBitVector::AppendByte(int32_t value) { in AppendByte() function in CBC_QRCoderBitVector
DBC_QRCoderBitVector.h15 void AppendByte(int32_t value);
/external/pdfium/xfa/src/fxbarcode/common/
DBC_CommonByteArray.h24 void AppendByte(int32_t value);
DBC_CommonByteArray.cpp64 void CBC_CommonByteArray::AppendByte(int32_t value) { in AppendByte() function in CBC_CommonByteArray
/external/pdfium/core/src/fxcrt/
Dfx_basic_buffer.cpp218 m_SavingBuf.AppendByte(i); in operator <<()
419 int32_t IFX_BufferArchive::AppendByte(uint8_t byte) { in AppendByte() function in IFX_BufferArchive
Dfx_xml_parser.cpp217 buf.AppendByte(ch); in GetCharRef()
/external/v8/src/
Dlog.cc64 AppendByte(':'); in Init()
80 AppendByte(')'); in AppendName()
113 void AppendByte(char c) { in AppendByte() function in v8::internal::CodeEventLogger::NameBuffer
185 name_buffer_->AppendByte(' '); in CodeCreateEvent()
191 name_buffer_->AppendByte(')'); in CodeCreateEvent()
193 name_buffer_->AppendByte(':'); in CodeCreateEvent()
/external/pdfium/core/include/fxcrt/
Dfx_basic.h51 inline void AppendByte(uint8_t byte) { in AppendByte() function
91 void AppendChar(int ch) { AppendByte((uint8_t)ch); } in AppendChar()
211 int32_t AppendByte(uint8_t byte);
/external/libchrome/dbus/
Dmessage.h275 void AppendByte(uint8_t value);
Dmessage.cc464 void MessageWriter::AppendByte(uint8_t value) { in AppendByte() function in dbus::MessageWriter
/external/libbrillo/brillo/dbus/
Ddata_serialization.cc19 writer->AppendByte(value); in AppendValueToWriter()
/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_fax.cpp800 m_DestBuf.AppendByte(last_byte); in Encode()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_parser_old.cpp876 buf.AppendByte((uint8_t)code); in ReadHexString()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_parser.cpp2002 buf.AppendByte((uint8_t)code); in ReadHexString()
2011 buf.AppendByte((uint8_t)code); in ReadHexString()
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_fm2jscontext.cpp4832 spaceString.AppendByte(' '); in Space()
4835 spaceString.AppendByte(0); in Space()