Home
last modified time | relevance | path

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

12

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DDefaultEbmlReader.java190 private long readInteger(ExtractorInput input, int byteLength) throws IOException { in readInteger()
207 private double readFloat(ExtractorInput input, int byteLength) throws IOException { in readFloat()
227 private static String readString(ExtractorInput input, int byteLength) throws IOException { in readString()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DDefaultEbmlReader.java194 private long readInteger(ExtractorInput input, int byteLength) throws IOException { in readInteger()
211 private double readFloat(ExtractorInput input, int byteLength) throws IOException { in readFloat()
231 private static String readString(ExtractorInput input, int byteLength) throws IOException { in readString()
/external/skia/src/base/
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()
/external/skia/gm/
Dskbug_5321.cpp29 size_t byteLength = strlen(text); variable
Dannotated_text.cpp26 size_t byteLength = strlen(static_cast<const char*>(text)); in draw_url_annotated_text_with_box() local
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DByteVector.java295 int byteLength = offset; in encodeUtf8() local
347 final byte[] byteArrayValue, final int byteOffset, final int byteLength) { in putByteArray()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DUtf8StringByteConverter.java73 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, Appendable result) { in fromBytes()
DStringByteConverter.java67 byte[] input, int byteStart, int byteLength, Appendable result); in fromBytes()
DDictionaryStringByteConverter.java113 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, Appendable result) { in fromBytes()
DStateDictionary.java557 private void getDebugWords(int byteLength, int resultSoFar, Row row, int suppressAbove) { in getDebugWords()
604 private void getWords(int byteLength, int resultSoFar, Row row) { in getWords()
DCompactStringByteConverter.java88 public Appendable fromBytes(byte[] input, int byteStart, int byteLength, Appendable result) { in fromBytes()
/external/icu/icu4c/source/test/cintltst/
Ducsdetst.c71 …tic char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength) in extractBytes()
125 int32_t byteLength = 0, sLength = 0, dLength = 0; in TestUTF8() local
288 int32_t byteLength = 0; in TestInputFilter() local
/external/cronet/stable/third_party/icu/source/test/cintltst/
Ducsdetst.c71 …tic char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength) in extractBytes()
125 int32_t byteLength = 0, sLength = 0, dLength = 0; in TestUTF8() local
288 int32_t byteLength = 0; in TestInputFilter() local
/external/cronet/tot/third_party/icu/source/test/cintltst/
Ducsdetst.c71 …tic char *extractBytes(const UChar *src, int32_t length, const char *codepage, int32_t *byteLength) in extractBytes()
125 int32_t byteLength = 0, sLength = 0, dLength = 0; in TestUTF8() local
288 int32_t byteLength = 0; in TestInputFilter() local
/external/rust/android-crates-io/crates/icu_capi/bindings/js/
Ddiplomat-runtime.mjs197 const byteLength = string.length * 2; constant in DiplomatBuf
214 const byteLength = list.length * elementSize; constant in DiplomatBuf
240 const byteLength = strings.length * 4 * 2; constant in DiplomatBuf
/external/cronet/tot/third_party/icu/source/test/intltest/
Dcsdetest.cpp175 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
/external/cronet/stable/third_party/icu/source/test/intltest/
Dcsdetest.cpp175 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
/external/icu/icu4c/source/test/intltest/
Dcsdetest.cpp175 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
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/macs/
DHMac.java98 int byteLength) in HMac()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
DHMac.java96 int byteLength) in HMac()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/macs/
DHMac.java98 int byteLength) in HMac()
/external/skia/src/text/
DGlyphRun.cpp212 const void* bytes, size_t byteLength, SkPoint origin, in textToGlyphRunList()
336 const SkFont& font, const void* bytes, size_t byteLength, SkTextEncoding encoding) { in textToGlyphIDs()
/external/skia/src/core/
DSkTextBlob.cpp788 sk_sp<SkTextBlob> SkTextBlob::MakeFromText(const void* text, size_t byteLength, const SkFont& font, in MakeFromText()
803 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosText(const void* text, size_t byteLength, in MakeFromPosText()
817 sk_sp<SkTextBlob> SkTextBlob::MakeFromPosTextH(const void* text, size_t byteLength, in MakeFromPosTextH()
831 sk_sp<SkTextBlob> SkTextBlob::MakeFromRSXform(const void* text, size_t byteLength, in MakeFromRSXform()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DTypesLengths.java82 private static int byteLength = 1; field in TypesLengths
/external/skia/include/core/
DSkFont.h323 int countText(const void* text, size_t byteLength, SkTextEncoding encoding) const { in countText()

12