Searched refs:bytes_ (Results 1 - 19 of 19) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java46 bytes_=trieBytes;
93 state.bytes=bytes_;
110 if(bytes_==state.bytes && bytes_!=null && root_==state.root) {
186 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ?
223 if(inByte==(bytes_[pos++]&0xff)) {
227 return (length<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ?
271 return (length<0 && (node=(bytes_[pos]&0xff))>=kMinValueLead) ?
279 if(inByte!=bytes_[pos]) {
287 int node=bytes_[po
655 private byte[] bytes_; field in class:BytesTrie.Iterator
1032 private byte[] bytes_; field in class:BytesTrie
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DBytesTrie.java46 bytes_=trieBytes;
98 state.bytes=bytes_;
116 if(bytes_==state.bytes && bytes_!=null && root_==state.root) {
201 return (remainingMatchLength_<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ?
240 if(inByte==(bytes_[pos++]&0xff)) {
244 return (length<0 && (node=bytes_[pos]&0xff)>=kMinValueLead) ?
289 return (length<0 && (node=(bytes_[pos]&0xff))>=kMinValueLead) ?
297 if(inByte!=bytes_[pos]) {
305 int node=bytes_[po
690 private byte[] bytes_; field in class:BytesTrie.Iterator
1067 private byte[] bytes_; field in class:BytesTrie
[all...]
/external/protobuf/js/binary/
H A Ddecoder.js228 this.bytes_ = null;
243 * Current read location in bytes_.
319 return jspb.BinaryDecoder.alloc(this.bytes_,
328 this.bytes_ = null;
341 return this.bytes_;
354 this.bytes_ = jspb.utils.byteSourceToUint8Array(data);
357 goog.isDef(opt_length) ? this.start_ + opt_length : this.bytes_.length;
466 temp = this.bytes_[this.cursor_++];
476 temp = this.bytes_[this.cursor_++];
487 temp = this.bytes_[thi
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dbytestrie.h67 : ownedArray_(NULL), bytes_(static_cast<const uint8_t *>(trieBytes)),
68 pos_(bytes_), remainingMatchLength_(-1) {}
83 : ownedArray_(NULL), bytes_(other.bytes_),
92 pos_=bytes_;
125 state.bytes=bytes_;
142 if(bytes_==state.bytes && bytes_!=NULL) {
170 return nextImpl(bytes_, inByte);
323 const uint8_t *bytes_; member in class:BytesTrie::Iterator
508 const uint8_t *bytes_; member in class:BytesTrie
[all...]
/external/webrtc/webrtc/base/
H A Dbytebuffer.cc55 bytes_ = new char[size_];
59 memcpy(bytes_, bytes, end_);
66 delete[] bytes_;
134 val->append(bytes_ + start_, len);
144 memcpy(val, bytes_ + start_, len);
190 char* start = bytes_ + end_;
199 memmove(bytes_, bytes_ + start_, len);
204 memcpy(new_bytes, bytes_ + start_, len);
205 delete [] bytes_;
[all...]
H A Dbytebuffer.h43 const char* Data() const { return bytes_ + start_; }
108 char* bytes_; member in class:rtc::ByteBuffer
H A Dbitbuffer.h80 const uint8_t* const bytes_; member in class:rtc::BitBuffer
81 // The total size of |bytes_|.
83 // The current offset, in bytes, from the start of |bytes_|.
H A Dbitbuffer.cc77 : bytes_(bytes), byte_count_(byte_count), byte_offset_(), bit_offset_() {
114 const uint8_t* bytes = bytes_ + byte_offset_;
/external/v8/src/
H A Dsource-position-table.cc114 bytes_(zone),
133 EncodeEntry(bytes_, tmp);
142 if (bytes_.empty()) return isolate->factory()->empty_byte_array();
146 static_cast<int>(bytes_.size()), TENURED);
148 MemCopy(table->GetDataStartAddress(), &*bytes_.begin(), bytes_.size());
H A Dsource-position-table.h54 ZoneVector<byte> bytes_; member in class:v8::internal::SourcePositionTableBuilder
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/websocket/
H A D_socket.py80 bytes_ = sock.recv(bufsize)
91 if not bytes_:
95 return bytes_
H A D_abnf.py371 bytes_ = self.recv(min(16384, shortage))
372 self.recv_buffer.append(bytes_)
373 shortage -= len(bytes_)
/external/icu/icu4c/source/common/
H A Dbytestrieiterator.cpp27 : bytes_(static_cast<const uint8_t *>(trieBytes)),
28 pos_(bytes_), initialPos_(bytes_),
49 : bytes_(trie.bytes_), pos_(trie.pos_), initialPos_(trie.pos_),
115 pos=bytes_+stack_->elementAti(stackSize-2);
189 stack_->addElement((int32_t)(skipDelta(pos)-bytes_), errorCode);
202 stack_->addElement((int32_t)(pos-bytes_), errorCode);
/external/flatbuffers/js/
H A Dflatbuffers.js807 this.bytes_ = bytes;
832 return this.bytes_;
859 return this.bytes_.length;
875 return this.bytes_[offset];
891 return this.bytes_[offset] | this.bytes_[offset + 1] << 8;
899 return this.bytes_[offset] | this.bytes_[offset + 1] << 8 | this.bytes_[offset + 2] << 16 | this.bytes_[offse
[all...]
/external/webrtc/webrtc/p2p/base/
H A Dstun.cc694 : StunAttribute(type, 0), bytes_(NULL) {
699 : StunAttribute(type, 0), bytes_(NULL) {
706 : StunAttribute(type, 0), bytes_(NULL) {
711 : StunAttribute(type, length), bytes_(NULL) {
715 delete [] bytes_;
729 ASSERT(bytes_ != NULL);
731 return static_cast<uint8_t>(bytes_[index]);
735 ASSERT(bytes_ != NULL);
737 bytes_[index] = value;
741 bytes_
[all...]
H A Dstun.h395 const char* bytes() const { return bytes_; }
396 std::string GetString() const { return std::string(bytes_, length()); }
410 char* bytes_; member in class:cricket::StunByteStringAttribute
/external/webrtc/webrtc/modules/pacing/
H A Dpaced_sender.cc92 : bytes_(0),
111 bytes_ += packet.bytes;
124 bytes_ -= packet.bytes;
136 uint64_t SizeInBytes() const { return bytes_; }
192 uint64_t bytes_; member in class:webrtc::paced_sender::PacketQueue
/external/icu/icu4c/source/test/intltest/
H A Duobjtest.cpp510 char bytes_[sizeof(UnicodeString)]; member in union:__anon7639
512 char *bytes = stackMemory.bytes_;
/external/v8/src/heap/
H A Dheap.h487 NumberAndSizeInfo() : number_(0), bytes_(0) {}
492 int bytes() const { return bytes_; }
493 void increment_bytes(int size) { bytes_ += size; }
497 bytes_ = 0;
502 int bytes_; member in class:v8::internal::GarbageCollectionReason::BASE_EMBEDDED

Completed in 444 milliseconds