Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp756 static inline base::expected<size_t, IOError> decodeLength(incfs::map_ptr<uint16_t>* str) in decodeLength() function
784 static inline base::expected<size_t, IOError> decodeLength(incfs::map_ptr<uint8_t>* str) in decodeLength() function
817 const base::expected<size_t, IOError> u16len = decodeLength(&str); in stringAt()
848 base::expected<size_t, IOError> u16len = decodeLength(&u8str); in stringAt()
853 const base::expected<size_t, IOError> u8len = decodeLength(&u8str); in stringAt()
957 const base::expected<size_t, IOError> u16len = decodeLength(&str); in string8At()
962 const base::expected<size_t, IOError> u8len = decodeLength(&str); in string8At()