Home
last modified time | relevance | path

Searched defs:byteLength (Results 1 – 25 of 28) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-fs-util-validateoffsetlengthwrite.js13 const byteLength = 50; constant
29 const byteLength = kMaxLength + 1; constant
45 const byteLength = kMaxLength - 100; constant
Dtest-util-inspect.js261 const byteLength = length * constructor.BYTES_PER_ELEMENT; constant
292 const byteLength = length * constructor.BYTES_PER_ELEMENT; constant
295 { constructor, byteLength, length } property
/third_party/node/benchmark/buffers/
Dbuffer-read-with-byteLength.js15 byteLength: [1, 2, 3, 4, 5, 6] property
18 function main({ n, buf, type, byteLength }) { field
Dbuffer-write.js66 const byteLength = { variable
/third_party/node/lib/internal/
Dbuffer.js48 function checkBounds(buf, offset, byteLength) { argument
54 function checkInt(value, min, max, buf, offset, byteLength) { argument
164 function readUIntLE(offset, byteLength) { argument
253 function readUIntBE(offset, byteLength) { argument
333 function readIntLE(offset, byteLength) { argument
425 function readIntBE(offset, byteLength) { argument
636 function writeUIntLE(value, offset, byteLength) { argument
747 function writeUIntBE(value, offset, byteLength) { argument
839 function writeIntLE(value, offset, byteLength) { argument
868 function writeIntBE(value, offset, byteLength) { argument
/third_party/flutter/skia/src/utils/
DSkUTF.cpp47 int SkUTF::CountUTF8(const char* utf8, size_t byteLength) { in CountUTF8()
70 int SkUTF::CountUTF16(const uint16_t* utf16, size_t byteLength) { in CountUTF16()
96 int SkUTF::CountUTF32(const int32_t* utf32, size_t byteLength) { in CountUTF32()
/third_party/flutter/skia/gm/
Dskbug_5321.cpp28 size_t byteLength = strlen(text); variable
Dannotated_text.cpp25 size_t byteLength = strlen(static_cast<const char*>(text)); in draw_url_annotated_text_with_box() local
/third_party/jerryscript/tests/unit-core/
Dtest-dataview.c42 jerry_length_t byteLength = 0;; in main() local
/third_party/icu/icu4c/source/test/cintltst/
Ducsdetst.c70 …tic char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength) in extractBytes()
124 int32_t byteLength = 0, sLength = 0, dLength = 0; in TestUTF8() local
287 int32_t byteLength = 0; in TestInputFilter() local
/third_party/icu/icu4c/source/test/intltest/
Dcsdetest.cpp171 int32_t byteLength = 0; in checkEncoding() local
323 int32_t byteLength = 0, sLength = s.length(); in UTF8Test() local
412 int32_t byteLength = 0; in InputFilterTest() local
/third_party/flutter/skia/src/core/
DSkGlyphRun.cpp165 size_t byteLength, SkPoint origin) { in drawTextUTF8()
290 const SkFont& font, const void* bytes, size_t byteLength, SkTextEncoding encoding) { in textToGlyphIDs()
DSkTextBlob.cpp770 sk_sp<SkTextBlob> SkTextBlob::MakeFromText(const void* text, size_t byteLength, const SkFont& font, in MakeFromText()
782 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosText(const void* text, size_t byteLength, in MakeFromPosText()
793 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosTextH(const void* text, size_t byteLength, in MakeFromPosTextH()
804 sk_sp<SkTextBlob> SkTextBlob::MakeFromRSXform(const void* text, size_t byteLength, in MakeFromRSXform()
DSkReader32.h140 uint32_t byteLength = this->readU32(); in readData() local
DSkFont.cpp155 const SkUnichar* convert(const void* text, size_t byteLength, SkTextEncoding encoding) { in convert()
187 int SkFont::textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, in textToGlyphs()
402 int SkFontPriv::CountTextElements(const void* text, size_t byteLength, SkTextEncoding encoding) { in CountTextElements()
DSkPictureRecord.cpp912 void SkPictureRecord::addText(const void* text, size_t byteLength) { in addText()
/third_party/flutter/skia/include/core/
DSkFont.h321 int countText(const void* text, size_t byteLength, SkTextEncoding encoding) const { in countText()
/third_party/node/lib/
Dbuffer.js603 byteLength: byteLengthUtf8, property
719 function byteLength(string, encoding) { function
/third_party/node/deps/icu-small/source/common/
Dpropsvec.cpp455 int32_t byteLength; in upvec_cloneArray() local
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dpropsvec.cpp455 int32_t byteLength; in upvec_cloneArray() local
/third_party/icu/icu4c/source/common/
Dpropsvec.cpp455 int32_t byteLength; in upvec_cloneArray() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DBufferTests.cpp274 size_t byteLength = data.size() * sizeof(uint32_t); in CreateBufferMappedWithData() local
319 size_t byteLength = data.size() * sizeof(uint32_t); in CreateBufferMappedAsyncWithDataAndWait() local
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/cpp/
Dhello_ar_application.cc160 size_t byteLength = strlen(static_cast<const char *>(letter)); in DrawText() local
457 size_t byteLength = strlen(static_cast<const char *>(text)); in OnDrawFrame() local
/third_party/node/deps/npm/node_modules/typedarray/
Dindex.js531 var DataView = function DataView(buffer, byteOffset, byteLength) { argument
/third_party/jerryscript/jerry-core/api/
Djerry.c4275 jerry_length_t byteLength = jerry_get_arraybuffer_byte_length (arraybuffer); in jerry_create_typedarray_for_arraybuffer() local

12