Searched refs:localStringIndex (Results 1 – 1 of 1) sorted by relevance
1648 int32_t localStringIndex = f16BitUnits.length(); in compactStringsV2() local1649 if (localStringIndex >= fLocalStringIndexLimit) { in compactStringsV2()1650 fLocalStringIndexLimit = localStringIndex + 1; in compactStringsV2()1682 int32_t localStringIndex = (int32_t)RES_GET_OFFSET(res->fRes) - fPoolStringIndexLimit; in compactStringsV2() local1684 assert(localStringIndex >= 0); in compactStringsV2()1685 if (localStringIndex >= fLocalStringIndexLimit) { in compactStringsV2()1686 fLocalStringIndexLimit = localStringIndex + 1; in compactStringsV2()