/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/attrib/ |
H A D | BaseAnnotations.java | 31 private final int byteLength; field in BaseAnnotations 42 int byteLength) { in BaseAnnotations() 60 public final int byteLength() { in byteLength() method in BaseAnnotations
|
H A D | BaseParameterAnnotations.java | 31 private final int byteLength; field in BaseParameterAnnotations 42 AnnotationsList parameterAnnotations, int byteLength) { in BaseParameterAnnotations() 61 public final int byteLength() { in byteLength() method in BaseParameterAnnotations
|
H A D | AttAnnotationDefault.java | 33 private final int byteLength; field in AttAnnotationDefault 42 public AttAnnotationDefault(Constant value, int byteLength) { in AttAnnotationDefault() 55 public int byteLength() { in byteLength() method in AttAnnotationDefault
|
H A D | AttBootstrapMethods.java | 33 private final int byteLength; field in AttBootstrapMethods 48 public int byteLength() { in byteLength() method in AttBootstrapMethods
|
H A D | AttDeprecated.java | 35 public int byteLength() { in byteLength() method in AttDeprecated
|
H A D | AttSynthetic.java | 35 public int byteLength() { in byteLength() method in AttSynthetic
|
H A D | AttRuntimeInvisibleAnnotations.java | 37 int byteLength) { in AttRuntimeInvisibleAnnotations()
|
H A D | AttRuntimeInvisibleParameterAnnotations.java | 39 AnnotationsList parameterAnnotations, int byteLength) { in AttRuntimeInvisibleParameterAnnotations()
|
H A D | AttRuntimeVisibleAnnotations.java | 37 int byteLength) { in AttRuntimeVisibleAnnotations()
|
H A D | AttRuntimeVisibleParameterAnnotations.java | 39 AnnotationsList annotations, int byteLength) { in AttRuntimeVisibleParameterAnnotations()
|
H A D | AttSignature.java | 48 public int byteLength() { in byteLength() method in AttSignature
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/ |
H A D | DefaultEbmlReader.java | 194 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()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/ |
H A D | DefaultEbmlReader.java | 190 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()
|
/aosp_15_r20/external/skia/src/base/ |
H A 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()
|
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/ |
H A D | ucsdetst.c | 71 …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
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/ |
H A D | ucsdetst.c | 71 …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
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkTextBlob.cpp | 788 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()
|
H A D | SkFont.cpp | 181 int SkFont::textToGlyphs(const void* text, size_t byteLength, SkTextEncoding encoding, in textToGlyphs() 381 int SkFontPriv::CountTextElements(const void* text, size_t byteLength, SkTextEncoding encoding) { in CountTextElements()
|
/aosp_15_r20/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
H A D | ByteVector.java | 295 int byteLength = offset; in encodeUtf8() local 347 final byte[] byteArrayValue, final int byteOffset, final int byteLength) { in putByteArray()
|
/aosp_15_r20/external/cronet/third_party/icu/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
|
/aosp_15_r20/external/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
|
/aosp_15_r20/external/skia/src/text/ |
H A D | GlyphRun.cpp | 212 const void* bytes, size_t byteLength, SkPoint origin, in textToGlyphRunList() 336 const SkFont& font, const void* bytes, size_t byteLength, SkTextEncoding encoding) { in textToGlyphIDs()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | StateDictionary.java | 557 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()
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/cf/iface/ |
H A D | Attribute.java | 37 public int byteLength(); in byteLength() method
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/ |
H A D | Attribute.java | 37 public int byteLength(); in byteLength() method
|