/third_party/libphonenumber/cpp/src/phonenumbers/utf/ |
H A D | unilib.cc | 48 int SpanInterchangeValid(const char* begin, int byte_length) { in SpanInterchangeValid() argument
|
H A D | unilib.h | 88 inline bool IsInterchangeValid(const char* src, int byte_length) { in IsInterchangeValid() argument
|
H A D | unicodetext.h | 403 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 D | unicodetext.cc | 170 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 D | builtins-dataview.cc | 36 Handle<Object> byte_length = args.atOrUndefined(isolate, 3); in BUILTIN() local
|
H A D | builtins-arraybuffer.cc | 58 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 D | binding.cc | 13 auto byte_length = view->ByteLength(); in RandomBytes() local
|
/third_party/node/test/addons/zlib-binding/ |
H A D | binding.cc | 12 auto byte_length = view->ByteLength(); in CompressBytes() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | sbc.c | 56 size_t byte_length = len >> 3; in ff_sbc_crc8() local
|
/third_party/node/benchmark/napi/function_args/ |
H A D | napi_binding.c | 142 size_t byte_length = 0; in CallWithTypedarray() local
|
H A D | binding.cc | 103 const size_t byte_length = view->ByteLength(); in CallWithTypedarray() local
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-typedarray.cc | 59 size_t byte_length = array_buffer->GetBackingStore()->byte_length(); in RUNTIME_FUNCTION() local
|
H A D | runtime-test-wasm.cc | 331 size_t byte_length = wasm_serializer.GetSerializedNativeModuleSize(); in RUNTIME_FUNCTION() local
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-typedarray.cpp | 98 jerry_length_t byte_length = (uint32_t) -1; in test_typedarray_info() local
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dbtest.c | 247 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 D | dbtest.c | 247 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 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/src/crypto/ |
H A 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/node/test/js-native-api/test_typedarray/ |
H A D | test_typedarray.c | 44 size_t byte_length; in Multiply() local
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast-value-factory.h | 73 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 D | js-array-buffer.cc | 236 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 D | backing-store.h | 89 size_t byte_length( in byte_length() function in v8::internal::BackingStore
|
H A D | js-array-buffer-inl.h | 30 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 D | experimental.cc | 52 int byte_length = sizeof(T) * data.length(); in VectorToByteArray() local
|
/third_party/node/src/ |
H A D | string_bytes.cc | 71 int64_t byte_length() const { in byte_length() function in node::__anon15447::ExternString
|