Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp681 decodeLength(const uint16_t** str) in decodeLength() function
703 decodeLength(const uint8_t** str) in decodeLength() function
724 *u16len = decodeLength(&str); in stringAt()
741 *u16len = decodeLength(&u8str); in stringAt()
742 size_t u8len = decodeLength(&u8str); in stringAt()
832 decodeLength(&str); in string8At()
834 const size_t encLen = decodeLength(&str); in string8At()