Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp534 decodeLength(const char16_t** str) in decodeLength() function
556 decodeLength(const uint8_t** str) in decodeLength() function
577 *u16len = decodeLength(&str); in stringAt()
588 *u16len = decodeLength(&u8str); in stringAt()
589 size_t u8len = decodeLength(&u8str); in stringAt()
660 *outLen = decodeLength(&str); in string8At()
661 size_t encLen = decodeLength(&str); in string8At()