Home
last modified time | relevance | path

Searched defs:byte_length (Results 1 - 25 of 49) sorted by relevance

12

/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunilib.cc48 int SpanInterchangeValid(const char* begin, int byte_length) { in SpanInterchangeValid() argument
H A Dunilib.h88 inline bool IsInterchangeValid(const char* src, int byte_length) { in IsInterchangeValid() argument
H A Dunicodetext.h403 MakeUnicodeTextAcceptingOwnership( char* utf8_buffer, int byte_length, int byte_capacity) MakeUnicodeTextAcceptingOwnership() argument
413 MakeUnicodeTextWithoutAcceptingOwnership( const char* utf8_buffer, int byte_length) MakeUnicodeTextWithoutAcceptingOwnership() argument
[all...]
H A Dunicodetext.cc170 void UnicodeText::Repr::append(const char* bytes, int byte_length) { in append() argument
232 UnicodeText& UnicodeText::CopyUTF8(const char* buffer, int byte_length) { in CopyUTF8() argument
242 UnsafeCopyUTF8(const char* buffer, int byte_length) UnsafeCopyUTF8() argument
250 TakeOwnershipOfUTF8(char* buffer, int byte_length, int byte_capacity) TakeOwnershipOfUTF8() argument
262 UnsafeTakeOwnershipOfUTF8(char* buffer, int byte_length, int byte_capacity) UnsafeTakeOwnershipOfUTF8() argument
271 PointToUTF8(const char* buffer, int byte_length) PointToUTF8() argument
283 UnsafePointToUTF8(const char* buffer, int byte_length) UnsafePointToUTF8() argument
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-dataview.cc36 Handle<Object> byte_length = args.atOrUndefined(isolate, 3); in BUILTIN() local
H A Dbuiltins-arraybuffer.cc58 size_t byte_length; in ConstructBuffer() local
478 size_t byte_length = array_buffer->GetByteLength(); BUILTIN() local
[all...]
/third_party/node/test/addons/openssl-binding/
H A Dbinding.cc13 auto byte_length = view->ByteLength(); in RandomBytes() local
/third_party/node/test/addons/zlib-binding/
H A Dbinding.cc12 auto byte_length = view->ByteLength(); in CompressBytes() local
/third_party/ffmpeg/libavcodec/
H A Dsbc.c56 size_t byte_length = len >> 3; in ff_sbc_crc8() local
/third_party/node/benchmark/napi/function_args/
H A Dnapi_binding.c142 size_t byte_length = 0; in CallWithTypedarray() local
H A Dbinding.cc103 const size_t byte_length = view->ByteLength(); in CallWithTypedarray() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-typedarray.cc59 size_t byte_length = array_buffer->GetBackingStore()->byte_length(); in RUNTIME_FUNCTION() local
H A Druntime-test-wasm.cc331 size_t byte_length = wasm_serializer.GetSerializedNativeModuleSize(); in RUNTIME_FUNCTION() local
/third_party/jerryscript/tests/unit-core/
H A Dtest-typedarray.cpp98 jerry_length_t byte_length = (uint32_t) -1; in test_typedarray_info() local
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Ddbtest.c247 u32 byte_length = 0; in acpi_db_test_one_object() local
498 u32 byte_length; in acpi_db_test_buffer_type() local
616 acpi_db_test_string_type(struct acpi_namespace_node *node, u32 byte_length) acpi_db_test_string_type() argument
740 u32 byte_length = 0; acpi_db_test_field_unit_type() local
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Ddbtest.c247 u32 byte_length = 0; in acpi_db_test_one_object() local
498 u32 byte_length; in acpi_db_test_buffer_type() local
616 acpi_db_test_string_type(struct acpi_namespace_node *node, u32 byte_length) acpi_db_test_string_type() argument
740 u32 byte_length = 0; acpi_db_test_field_unit_type() local
[all...]
/third_party/mbedtls/library/
H A 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/src/crypto/
H A Dcrypto_aes.cc187 unsigned int byte_length = params.length / CHAR_BIT; in GetCounter() local
194 unsigned int byte_length = in GetCounter() local
/third_party/node/test/js-native-api/test_typedarray/
H A Dtest_typedarray.c44 size_t byte_length; in Multiply() local
/third_party/node/deps/v8/src/ast/
H A Dast-value-factory.h73 int byte_length() const { return literal_bytes_.length(); } in byte_length() function in v8::internal::final
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer.cc236 size_t byte_length = self->byte_length(); in GetBuffer() local
151 GetResizableBackingStorePageConfiguration( Isolate* isolate, size_t byte_length, size_t max_byte_length, ShouldThrow should_throw, size_t* page_size, size_t* initial_pages, size_t* max_pages) GetResizableBackingStorePageConfiguration() argument
[all...]
H A Dbacking-store.h89 size_t byte_length( in byte_length() function in v8::internal::BackingStore
H A Djs-array-buffer-inl.h30 size_t JSArrayBuffer::byte_length() const { in byte_length() function in v8::internal::JSArrayBuffer
179 size_t JSArrayBufferView::byte_length() const { in byte_length() function in v8::internal::JSArrayBufferView
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental.cc52 int byte_length = sizeof(T) * data.length(); in VectorToByteArray() local
/third_party/node/src/
H A Dstring_bytes.cc71 int64_t byte_length() const { in byte_length() function in node::__anon15447::ExternString

Completed in 16 milliseconds

12