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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp716 // encLen must be less than 0x7FFF due to encoding.
786 size_t encLen = decodeLength(&str); local
787 if ((uint32_t)(str+encLen-strings) < mStringPoolSize) {
791 (int)idx, (int)(str+encLen-strings), (int)mStringPoolSize);

Completed in 59 milliseconds