Searched refs:localStringIndex (Results 1 – 1 of 1) sorted by relevance
1646 int32_t localStringIndex = f16BitUnits.length(); in compactStringsV2() local1647 if (localStringIndex >= fLocalStringIndexLimit) { in compactStringsV2()1648 fLocalStringIndexLimit = localStringIndex + 1; in compactStringsV2()1680 int32_t localStringIndex = (int32_t)RES_GET_OFFSET(res->fRes) - fPoolStringIndexLimit; in compactStringsV2() local1682 assert(localStringIndex >= 0); in compactStringsV2()1683 if (localStringIndex >= fLocalStringIndexLimit) { in compactStringsV2()1684 fLocalStringIndexLimit = localStringIndex + 1; in compactStringsV2()