Home
last modified time | relevance | path

Searched defs:byte_length (Results 1 – 25 of 46) sorted by relevance

12

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.cc170 void UnicodeText::Repr::append(const char* bytes, int byte_length) { in append()
232 UnicodeText& UnicodeText::CopyUTF8(const char* buffer, int byte_length) { in CopyUTF8()
243 int byte_length) { in UnsafeCopyUTF8()
251 int byte_length, in TakeOwnershipOfUTF8()
263 int byte_length, in UnsafeTakeOwnershipOfUTF8()
271 UnicodeText& UnicodeText::PointToUTF8(const char* buffer, int byte_length) { in PointToUTF8()
284 int byte_length) { in UnsafePointToUTF8()
Dunilib.cc48 int SpanInterchangeValid(const char* begin, int byte_length) { in SpanInterchangeValid()
Dunilib.h88 inline bool IsInterchangeValid(const char* src, int byte_length) { in IsInterchangeValid()
Dunicodetext.h404 char* utf8_buffer, int byte_length, int byte_capacity) { in MakeUnicodeTextAcceptingOwnership()
414 const char* utf8_buffer, int byte_length) { in MakeUnicodeTextWithoutAcceptingOwnership()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-dataview.cc36 Handle<Object> byte_length = args.atOrUndefined(isolate, 3); in BUILTIN() local
Dbuiltins-typed-array-gen.cc141 TNode<UintPtrT> byte_length = Select<UintPtrT>( in TF_BUILTIN() local
289 TNode<UintPtrT> byte_length) { in CallCMemmove()
300 TNode<UintPtrT> byte_length) { in CallCRelaxedMemmove()
311 TNode<UintPtrT> byte_length) { in CallCMemcpy()
322 TNode<UintPtrT> byte_length) { in CallCRelaxedMemcpy()
Dbuiltins-arraybuffer.cc58 size_t byte_length; in ConstructBuffer() local
478 size_t byte_length = array_buffer->GetByteLength(); in BUILTIN() local
/third_party/node/deps/v8/src/regexp/
Dregexp-macro-assembler.cc38 size_t byte_length, in CaseInsensitiveCompareNonUnicode()
67 size_t byte_length, in CaseInsensitiveCompareUnicode()
359 intptr_t byte_length = *input_end - *input_start; in CheckStackGuardState() local
409 int byte_length = char_length << char_size_shift; in Match() local
/third_party/node/test/addons/zlib-binding/
Dbinding.cc12 auto byte_length = view->ByteLength(); in CompressBytes() local
/third_party/node/deps/v8/src/objects/
Dbacking-store.cc134 inline void DebugCheckZero(void* start, size_t byte_length) { in DebugCheckZero()
172 BackingStore::BackingStore(void* buffer_start, size_t byte_length, in BackingStore()
287 Isolate* isolate, size_t byte_length, SharedFlag shared, in Allocate()
301 auto allocate_buffer = [allocator, initialized](size_t byte_length) { in Allocate()
383 Isolate* isolate, size_t byte_length, size_t max_byte_length, in TryAllocateAndPartiallyCommitMemory()
Djs-array-buffer.cc152 Isolate* isolate, size_t byte_length, size_t max_byte_length, in GetResizableBackingStorePageConfiguration()
236 size_t byte_length = self->byte_length(); in GetBuffer() local
Dvalue-serializer.cc526 uint32_t byte_length = chars.length() * sizeof(base::uc16); in WriteString() local
932 double byte_length = array_buffer->byte_length(); in WriteJSArrayBuffer() local
1578 uint32_t byte_length; in ReadOneByteString() local
1588 uint32_t byte_length; in ReadTwoByteString() local
1620 uint32_t byte_length; in ReadExpectedString() local
1959 uint32_t byte_length; in ReadJSArrayBuffer() local
2001 uint32_t byte_length = 0; in ReadJSArrayBufferView() local
/third_party/node/test/addons/openssl-binding/
Dbinding.cc13 auto byte_length = view->ByteLength(); in RandomBytes() local
/third_party/ffmpeg/libavcodec/
Dsbc.c56 size_t byte_length = len >> 3; in ff_sbc_crc8() local
/third_party/node/src/crypto/
Dcrypto_aes.cc187 unsigned int byte_length = params.length / CHAR_BIT; in GetCounter() local
194 unsigned int byte_length = in GetCounter() local
/third_party/mbedtls/library/
Dpkwrite.c159 size_t byte_length; in pk_write_ec_private() local
187 size_t byte_length; in pk_write_ec_private() local
/third_party/node/deps/v8/include/
Dv8-fast-api-calls.h372 size_t byte_length; member
377 size_t byte_length; member
/third_party/node/benchmark/napi/function_args/
Dbinding.cc103 const size_t byte_length = view->ByteLength(); in CallWithTypedarray() local
Dnapi_binding.c142 size_t byte_length = 0; in CallWithTypedarray() local
/third_party/node/deps/v8/src/runtime/
Druntime-typedarray.cc59 size_t byte_length = array_buffer->GetBackingStore()->byte_length(); in RUNTIME_FUNCTION() local
/third_party/node/test/js-native-api/test_typedarray/
Dtest_typedarray.c44 size_t byte_length; in Multiply() local
/third_party/node/deps/v8/src/snapshot/
Dserializer.cc480 void* backing_store, int32_t byte_length, Maybe<int32_t> max_byte_length) { in SerializeBackingStore()
522 int32_t byte_length = static_cast<int32_t>(buffer.byte_length()); in SerializeJSTypedArray() local
558 int32_t byte_length = static_cast<int32_t>(buffer.byte_length()); in SerializeJSArrayBuffer() local
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
Dcbor.cc258 uint64_t byte_length = static_cast<uint64_t>(in.size_bytes()); in EncodeString16() local
318 uint64_t byte_length = static_cast<uint64_t>(in.size_bytes()); in EncodeBinary() local
/third_party/node/deps/v8/src/ast/
Dast-value-factory.h73 int byte_length() const { return literal_bytes_.length(); } in byte_length() function
/third_party/jerryscript/tests/unit-core/
Dtest-typedarray.cpp98 jerry_length_t byte_length = (uint32_t) -1; in test_typedarray_info() local

12