Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp659 decodeLength(const uint16_t** str) in decodeLength() function
681 decodeLength(const uint8_t** str) in decodeLength() function
702 *u16len = decodeLength(&str); in stringAt()
713 *u16len = decodeLength(&u8str); in stringAt()
714 size_t u8len = decodeLength(&u8str); in stringAt()
785 *outLen = decodeLength(&str); in string8At()
786 size_t encLen = decodeLength(&str); in string8At()