Home
last modified time | relevance | path

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

/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/jerryscript/tests/unit-core/
Dtest-typedarray.c97 jerry_length_t byte_length = (uint32_t) -1; in test_typedarray_info() local
262 jerry_length_t byte_length = 0; in test_typedarray_complex_creation() local
529 jerry_length_t byte_length; in main() local
566 jerry_length_t byte_length; in main() local
/third_party/node/test/addons/openssl-binding/
Dbinding.cc12 auto byte_length = view->ByteLength(); in RandomBytes() local
/third_party/node/test/addons/zlib-binding/
Dbinding.cc12 auto byte_length = view->ByteLength(); in CompressBytes() local
/third_party/ffmpeg/libavcodec/
Dsbc.c57 size_t byte_length = len >> 3; in ff_sbc_crc8() local
/third_party/gstreamer/gstplugins_good/ext/wavpack/
Dgstwavpackcommon.h32 guint32 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/test/js-native-api/test_typedarray/
Dtest_typedarray.c43 size_t byte_length; in Multiply() local
/third_party/mbedtls/library/
Dpkwrite.c162 size_t byte_length = ( ec->grp.pbits + 7 ) / 8; in pk_write_ec_private() local
/third_party/node/src/
Dnode_blob.cc94 size_t byte_length = view->ByteLength(); in New() local
Djs_native_api_v8.cc2722 size_t byte_length, in napi_create_arraybuffer()
2744 size_t byte_length, in napi_create_external_arraybuffer()
2772 size_t* byte_length) { in napi_get_arraybuffer_info()
2942 size_t byte_length, in napi_create_dataview()
2982 size_t* byte_length, in napi_get_dataview_info()
Dstring_bytes.cc70 int64_t byte_length() const { in byte_length() function in node::__anon9137a25f0111::ExternString
Dnode_wasi.cc1654 uvwasi_errno_t WASI::backingStore(char** store, size_t* byte_length) { in backingStore()
/third_party/jerryscript/jerry-core/api/
Djerry.c3968const jerry_length_t byte_length) /**< number of elements in the byte array */ in jerry_create_dataview()
4028 jerry_length_t *byte_length) /**< [out] byteLength property */ in jerry_get_dataview_buffer()
4364 jerry_length_t *byte_length) /**< [out] byteLength property */ in jerry_get_typedarray_buffer()
/third_party/node/tools/inspector_protocol/encoding/
Dencoding.cc335 uint64_t byte_length = static_cast<uint64_t>(in.size_bytes()); in EncodeString16Tmpl() local
423 uint64_t byte_length = static_cast<uint64_t>(in.size_bytes()); in EncodeBinaryTmpl() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-typedarray-object.c515 ecma_length_t byte_length = array_length << element_size_shift; in ecma_typedarray_create_object_with_length() local
/third_party/quickjs/
Dquickjs.c671 int byte_length; /* 0 if detached */ member
35635 uint32_t byte_length; in JS_ReadArrayBuffer() local
35659 uint32_t byte_length; in JS_ReadSharedArrayBuffer() local
/third_party/skia/third_party/externals/wuffs/release/c/
Dwuffs-v0.3.c5468 uint32_t byte_length; member
5478 uint32_t byte_length) { in wuffs_base__make_utf_8__next__output()