Home
last modified time | relevance | path

Searched refs:decodeLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
DAsn1Decoder.java106 int length = decodeLength(data); in decode()
190 private static int decodeLength(ByteBuffer data) throws DecodeException { in decodeLength() method in Asn1Decoder
/frameworks/base/libs/androidfw/
DResourceTypes.cpp664 decodeLength(const uint16_t** str) in decodeLength() function
686 decodeLength(const uint8_t** str) in decodeLength() function
707 *u16len = decodeLength(&str); in stringAt()
724 *u16len = decodeLength(&u8str); in stringAt()
725 size_t u8len = decodeLength(&u8str); in stringAt()
807 *outLen = decodeLength(&str); in string8At()
808 size_t encLen = decodeLength(&str); in string8At()