Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp710 static inline base::expected<size_t, IOError> decodeLength(incfs::map_ptr<uint16_t>* str) in decodeLength() function
738 static inline base::expected<size_t, IOError> decodeLength(incfs::map_ptr<uint8_t>* str) in decodeLength() function
771 const base::expected<size_t, IOError> u16len = decodeLength(&str); in stringAt()
802 base::expected<size_t, IOError> u16len = decodeLength(&u8str); in stringAt()
807 const base::expected<size_t, IOError> u8len = decodeLength(&u8str); in stringAt()
911 const base::expected<size_t, IOError> u16len = decodeLength(&str); in string8At()
916 const base::expected<size_t, IOError> u8len = decodeLength(&str); in string8At()