| /third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
| D | unicodetext.cc | 170 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()
|
| D | unilib.cc | 48 int SpanInterchangeValid(const char* begin, int byte_length) { in SpanInterchangeValid()
|
| D | unilib.h | 88 inline bool IsInterchangeValid(const char* src, int byte_length) { in IsInterchangeValid()
|
| D | unicodetext.h | 404 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/ |
| D | builtins-dataview.cc | 36 Handle<Object> byte_length = args.atOrUndefined(isolate, 3); in BUILTIN() local
|
| D | builtins-typed-array-gen.cc | 141 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()
|
| D | builtins-arraybuffer.cc | 58 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/ |
| D | regexp-macro-assembler.cc | 38 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/ |
| D | binding.cc | 12 auto byte_length = view->ByteLength(); in CompressBytes() local
|
| /third_party/node/deps/v8/src/objects/ |
| D | backing-store.cc | 134 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()
|
| D | js-array-buffer.cc | 152 Isolate* isolate, size_t byte_length, size_t max_byte_length, in GetResizableBackingStorePageConfiguration() 236 size_t byte_length = self->byte_length(); in GetBuffer() local
|
| D | value-serializer.cc | 526 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/ |
| D | binding.cc | 13 auto byte_length = view->ByteLength(); in RandomBytes() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | sbc.c | 56 size_t byte_length = len >> 3; in ff_sbc_crc8() local
|
| /third_party/node/src/crypto/ |
| D | crypto_aes.cc | 187 unsigned int byte_length = params.length / CHAR_BIT; in GetCounter() local 194 unsigned int byte_length = in GetCounter() local
|
| /third_party/mbedtls/library/ |
| D | pkwrite.c | 159 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/ |
| D | v8-fast-api-calls.h | 372 size_t byte_length; member 377 size_t byte_length; member
|
| /third_party/node/benchmark/napi/function_args/ |
| D | binding.cc | 103 const size_t byte_length = view->ByteLength(); in CallWithTypedarray() local
|
| D | napi_binding.c | 142 size_t byte_length = 0; in CallWithTypedarray() local
|
| /third_party/node/deps/v8/src/runtime/ |
| D | runtime-typedarray.cc | 59 size_t byte_length = array_buffer->GetBackingStore()->byte_length(); in RUNTIME_FUNCTION() local
|
| /third_party/node/test/js-native-api/test_typedarray/ |
| D | test_typedarray.c | 44 size_t byte_length; in Multiply() local
|
| /third_party/node/deps/v8/src/snapshot/ |
| D | serializer.cc | 480 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/ |
| D | cbor.cc | 258 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/ |
| D | ast-value-factory.h | 73 int byte_length() const { return literal_bytes_.length(); } in byte_length() function
|
| /third_party/jerryscript/tests/unit-core/ |
| D | test-typedarray.cpp | 98 jerry_length_t byte_length = (uint32_t) -1; in test_typedarray_info() local
|