Home
last modified time | relevance | path

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

123

/third_party/node/test/parallel/
Dtest-fs-util-validateoffsetlength.js41 const byteLength = offset + length - 1; constant
61 const byteLength = 50; constant
77 const byteLength = kIoMaxLength - 100; constant
/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
/third_party/node/lib/internal/
Dbuffer.js51 function checkBounds(buf, offset, byteLength) { argument
57 function checkInt(value, min, max, buf, offset, byteLength) { argument
167 function readUIntLE(offset, byteLength) { argument
256 function readUIntBE(offset, byteLength) { argument
336 function readIntLE(offset, byteLength) { argument
428 function readIntBE(offset, byteLength) { argument
639 function writeUIntLE(value, offset, byteLength) { argument
750 function writeUIntBE(value, offset, byteLength) { argument
842 function writeIntLE(value, offset, byteLength) { argument
871 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/skia/src/utils/
DSkUTF.cpp48 int SkUTF::CountUTF8(const char* utf8, size_t byteLength) { in CountUTF8()
71 int SkUTF::CountUTF16(const uint16_t* utf16, size_t byteLength) { in CountUTF16()
97 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/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/skia/third_party/externals/dawn/src/utils/
DTestUtils.h23 uint64_t byteLength; member
/third_party/node/test/fixtures/wpt/FileAPI/support/
DBlob.js64 const byteLength = view1.byteLength; constant
/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/typescript/src/lib/
Des2017.sharedmemory.d.ts8 readonly byteLength: number; property
Des5.d.ts1558 readonly byteLength: number; property
1590 byteLength: number; property
1600 readonly byteLength: number; property
1750 readonly byteLength: number; property
2032 readonly byteLength: number; property
2314 readonly byteLength: number; property
2595 readonly byteLength: number; property
2877 readonly byteLength: number; property
3159 readonly byteLength: number; property
3441 readonly byteLength: number; property
[all …]
Des2020.bigint.d.ts137 readonly byteLength: number; property
409 readonly byteLength: number; property
/third_party/typescript/lib/
Dlib.es2017.sharedmemory.d.ts28 readonly byteLength: number; property
Dlib.es5.d.ts1578 readonly byteLength: number; property
1610 byteLength: number; property
1620 readonly byteLength: number; property
1770 readonly byteLength: number; property
2052 readonly byteLength: number; property
2334 readonly byteLength: number; property
2615 readonly byteLength: number; property
2897 readonly byteLength: number; property
3179 readonly byteLength: number; property
3461 readonly byteLength: number; property
[all …]
Dlib.es2020.bigint.d.ts157 readonly byteLength: number; property
429 readonly byteLength: number; property
/third_party/jerryscript/tests/unit-core/
Dtest-dataview.cpp68 jerry_length_t byteLength = 0;; variable
/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/skia/src/core/
DSkGlyphRun.cpp191 const void* bytes, size_t byteLength, SkPoint origin, in textToGlyphRunList()
313 const SkFont& font, const void* bytes, size_t byteLength, SkTextEncoding encoding) { in textToGlyphIDs()
/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()
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()
/third_party/typescript/src/harness/
DharnessUtils.ts6 export function byteLength(s: string, encoding?: string): number { function

123