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

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

Completed in 954 milliseconds