/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/jerryscript/tests/unit-core/ |
D | test-typedarray.c | 97 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/ |
D | binding.cc | 12 auto byte_length = view->ByteLength(); in RandomBytes() local
|
/third_party/node/test/addons/zlib-binding/ |
D | binding.cc | 12 auto byte_length = view->ByteLength(); in CompressBytes() local
|
/third_party/ffmpeg/libavcodec/ |
D | sbc.c | 57 size_t byte_length = len >> 3; in ff_sbc_crc8() local
|
/third_party/gstreamer/gstplugins_good/ext/wavpack/ |
D | gstwavpackcommon.h | 32 guint32 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/test/js-native-api/test_typedarray/ |
D | test_typedarray.c | 43 size_t byte_length; in Multiply() local
|
/third_party/mbedtls/library/ |
D | pkwrite.c | 162 size_t byte_length = ( ec->grp.pbits + 7 ) / 8; in pk_write_ec_private() local
|
/third_party/node/src/ |
D | node_blob.cc | 94 size_t byte_length = view->ByteLength(); in New() local
|
D | js_native_api_v8.cc | 2722 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()
|
D | string_bytes.cc | 70 int64_t byte_length() const { in byte_length() function in node::__anon9137a25f0111::ExternString
|
D | node_wasi.cc | 1654 uvwasi_errno_t WASI::backingStore(char** store, size_t* byte_length) { in backingStore()
|
/third_party/jerryscript/jerry-core/api/ |
D | jerry.c | 3968 … const 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/ |
D | encoding.cc | 335 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/ |
D | ecma-typedarray-object.c | 515 ecma_length_t byte_length = array_length << element_size_shift; in ecma_typedarray_create_object_with_length() local
|
/third_party/quickjs/ |
D | quickjs.c | 671 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/ |
D | wuffs-v0.3.c | 5468 uint32_t byte_length; member 5478 uint32_t byte_length) { in wuffs_base__make_utf_8__next__output()
|