/third_party/skia/gm/ |
H A D | skbug_5321.cpp | 28 size_t byteLength = strlen(text); in DEF_SIMPLE_GM() local
|
H A D | annotated_text.cpp | 25 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/ |
H A D | TestUtils.h | 23 uint64_t byteLength; member
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-dataview.cpp | 68 jerry_length_t byteLength = 0;; in HWTEST_F() local
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | ucsdetst.c | 71 static char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength) in extractBytes() argument 125 int32_t byteLength = 0, sLength = 0, dLength = 0; in TestUTF8() local 288 int32_t byteLength = 0; in TestInputFilter() local
|
/third_party/icu/icu4c/source/common/ |
H A D | propsvec.cpp | 455 int32_t byteLength; in upvec_cloneArray() local
|
/third_party/node/deps/icu-small/source/common/ |
H A D | propsvec.cpp | 455 int32_t byteLength; in upvec_cloneArray() local
|
/third_party/skia/src/core/ |
H A D | SkGlyphRun.cpp | 189 textToGlyphRunList( const SkFont& font, const SkPaint& paint, const void* bytes, size_t byteLength, SkPoint origin, SkTextEncoding encoding) textToGlyphRunList() argument 312 textToGlyphIDs( const SkFont& font, const void* bytes, size_t byteLength, SkTextEncoding encoding) textToGlyphIDs() argument
|
H A D | SkFont.cpp | 153 int SkFont::textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, in textToGlyphs() argument 346 int SkFontPriv::CountTextElements(const void* text, size_t byteLength, SkTextEncoding encoding) { in CountTextElements() argument
|
H A D | SkPictureRecord.cpp | 929 void SkPictureRecord::addText(const void* text, size_t byteLength) { in addText() argument
|
H A D | SkTextBlob.cpp | 776 sk_sp<SkTextBlob> SkTextBlob::MakeFromText(const void* text, size_t byteLength, const SkFont& font, in MakeFromText() argument 791 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosText(const void* text, size_t byteLength, in MakeFromPosText() argument 805 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosTextH(const void* text, size_t byteLength, in MakeFromPosTextH() argument 819 sk_sp<SkTextBlob> SkTextBlob::MakeFromRSXform(const void* text, size_t byteLength, in MakeFromRSXform() argument [all...] |
H A D | SkTypeface.cpp | 405 const SkUnichar* convert(const void* text, size_t byteLength, SkTextEncoding encoding) { in convert() argument 438 int SkTypeface::textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, in textToGlyphs() argument
|
/third_party/skia/src/utils/ |
H A D | SkUTF.cpp | 48 int SkUTF::CountUTF8(const char* utf8, size_t byteLength) { in CountUTF8() argument 71 int SkUTF::CountUTF16(const uint16_t* utf16, size_t byteLength) { in CountUTF16() argument 97 int SkUTF::CountUTF32(const int32_t* utf32, size_t byteLength) { in CountUTF32() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | BufferTests.cpp | 571 size_t byteLength = data.size() * sizeof(uint32_t); in BufferMappedAtCreationWithData() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | propsvec.cpp | 455 int32_t byteLength; in upvec_cloneArray() local
|
/third_party/skia/include/core/ |
H A D | SkFont.h | 323 int countText(const void* text, size_t byteLength, SkTextEncoding encoding) const { in countText() argument 336 measureText(const void* text, size_t byteLength, SkTextEncoding encoding, SkRect* bounds = nullptr) const measureText() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | csdetest.cpp | 175 int32_t byteLength = 0; in checkEncoding() local 327 int32_t byteLength = 0, sLength = s.length(); in UTF8Test() local 416 int32_t byteLength = 0; in InputFilterTest() local [all...] |
/third_party/node/lib/ |
H A D | buffer.js | 773 function byteLength(string, encoding) { global() function [all...] |
/third_party/jerryscript/jerry-core/api/ |
H A D | jerry.c | 4283 jerry_length_t byteLength = jerry_get_arraybuffer_byte_length (arraybuffer); in jerry_create_typedarray_for_arraybuffer() local
|
/third_party/mesa3d/include/CL/ |
H A D | cl.hpp | 6884 ::size_t byteLength = length*sizeof(DataType); in copy() local 6923 ::size_t byteLength = length*sizeof(DataType); in copy() local
|
H A D | cl2.hpp | 9414 size_type byteLength = length*sizeof(DataType); in copy() local 9453 size_type byteLength = length*sizeof(DataType); in copy() local
|