Home | History | Annotate | Download | only in androidfw

Lines Matching refs:encLen

716                 // encLen must be less than 0x7FFF due to encoding.
786 size_t encLen = decodeLength(&str);
787 if ((uint32_t)(str+encLen-strings) < mStringPoolSize) {
791 (int)idx, (int)(str+encLen-strings), (int)mStringPoolSize);