Home | History | Annotate | Download | only in androidfw

Lines Matching refs:encLen

593                 // encLen must be less than 0x7FFF due to encoding.
644 size_t encLen = decodeLength(&str);
645 if ((uint32_t)(str+encLen-strings) < mStringPoolSize) {
649 (int)idx, (int)(str+encLen-strings), (int)mStringPoolSize);