Home | History | Annotate | Download | only in utils

Lines Matching refs:encLen

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