Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp837 const size_t encLen = decodeLength(&str); in string8At() local
838 *outLen = encLen; in string8At()
840 if ((uint32_t)(str+encLen-strings) < mStringPoolSize) { in string8At()
841 return stringDecodeAt(idx, str, encLen, outLen); in string8At()
845 (int)idx, (int)(str+encLen-strings), (int)mStringPoolSize); in string8At()
864 const size_t encLen, size_t* outLen) const { in stringDecodeAt() argument
867 size_t i = 0, end = encLen; in stringDecodeAt()
879 end = (++i << (sizeof(uint8_t) * 8 * 2 - 1)) | encLen; in stringDecodeAt()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h544 const char* stringDecodeAt(size_t idx, const uint8_t* str, const size_t encLen,