Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp753 static inline base::expected<size_t, IOError> decodeLength(incfs::map_ptr<uint16_t>* str) in decodeLength() function
781 static inline base::expected<size_t, IOError> decodeLength(incfs::map_ptr<uint8_t>* str) in decodeLength() function
814 const base::expected<size_t, IOError> u16len = decodeLength(&str); in stringAt()
845 base::expected<size_t, IOError> u16len = decodeLength(&u8str); in stringAt()
850 const base::expected<size_t, IOError> u8len = decodeLength(&u8str); in stringAt()
954 const base::expected<size_t, IOError> u16len = decodeLength(&str); in string8At()
959 const base::expected<size_t, IOError> u8len = decodeLength(&str); in string8At()