/external/skqp/src/utils/ |
D | SkUTF.cpp | 47 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()
|
/external/skia/src/utils/ |
D | SkUTF.cpp | 47 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()
|
/external/skqp/gm/ |
D | skbug_5321.cpp | 21 size_t byteLength = strlen(text); variable
|
D | annotated_text.cpp | 16 size_t byteLength = strlen(static_cast<const char*>(text)); in draw_url_annotated_text_with_box() local
|
/external/skia/gm/ |
D | skbug_5321.cpp | 21 size_t byteLength = strlen(text); variable
|
D | annotated_text.cpp | 16 size_t byteLength = strlen(static_cast<const char*>(text)); in draw_url_annotated_text_with_box() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Utf8StringByteConverter.java | 74 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, in fromBytes()
|
D | StringByteConverter.java | 75 int byteLength, Appendable result); in fromBytes()
|
D | DictionaryStringByteConverter.java | 110 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, Appendable result) { in fromBytes()
|
D | StateDictionary.java | 534 private void getDebugWords(int byteLength, int resultSoFar, Row row, in getDebugWords() 579 private void getWords(int byteLength, int resultSoFar, Row row) { in getWords()
|
D | CompactStringByteConverter.java | 85 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, Appendable result) { in fromBytes()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 70 …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
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/macs/ |
D | HMac.java | 98 int byteLength) in HMac()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/ |
D | HMac.java | 96 int byteLength) in HMac()
|
/external/skia/src/core/ |
D | SkGlyphRun.cpp | 164 size_t byteLength, SkPoint origin) { in drawTextUTF8() 260 const SkFont& font, const void* bytes, size_t byteLength, SkTextEncoding encoding) { in textToGlyphIDs()
|
D | SkReader32.h | 140 uint32_t byteLength = this->readU32(); in readData() local
|
D | SkTextBlob.cpp | 821 sk_sp<SkTextBlob> SkTextBlob::MakeFromText(const void* text, size_t byteLength, const SkFont& font, in MakeFromText() 833 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosText(const void* text, size_t byteLength, in MakeFromPosText() 844 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosTextH(const void* text, size_t byteLength, in MakeFromPosTextH() 855 sk_sp<SkTextBlob> SkTextBlob::MakeFromRSXform(const void* text, size_t byteLength, in MakeFromRSXform()
|
/external/skqp/src/core/ |
D | SkGlyphRun.cpp | 164 size_t byteLength, SkPoint origin) { in drawTextUTF8() 260 const SkFont& font, const void* bytes, size_t byteLength, SkTextEncoding encoding) { in textToGlyphIDs()
|
D | SkReader32.h | 140 uint32_t byteLength = this->readU32(); in readData() local
|
D | SkTextBlob.cpp | 821 sk_sp<SkTextBlob> SkTextBlob::MakeFromText(const void* text, size_t byteLength, const SkFont& font, in MakeFromText() 833 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosText(const void* text, size_t byteLength, in MakeFromPosText() 844 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosTextH(const void* text, size_t byteLength, in MakeFromPosTextH() 855 sk_sp<SkTextBlob> SkTextBlob::MakeFromRSXform(const void* text, size_t byteLength, in MakeFromRSXform()
|
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 171 int32_t byteLength = 0; in checkEncoding() local 327 int32_t byteLength = 0, sLength = s.length(); in UTF8Test() local 427 int32_t byteLength = 0; in InputFilterTest() local
|
/external/proguard/src/proguard/classfile/constant/ |
D | Utf8Constant.java | 190 int byteLength = 0; in getByteArrayRepresentation() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | TypesLengths.java | 82 private static int byteLength = 1; field in TypesLengths
|
/external/skqp/include/core/ |
D | SkFont.h | 317 int countText(const void* text, size_t byteLength, SkTextEncoding encoding) const { in countText()
|
/external/skia/include/core/ |
D | SkFont.h | 317 int countText(const void* text, size_t byteLength, SkTextEncoding encoding) const { in countText()
|