Searched refs:suffixRes (Results 1 – 1 of 1) sorted by relevance
1611 StringResource *suffixRes = array[j]; in compactStringsV2() local1613 if (res->fString.endsWith(suffixRes->fString)) { in compactStringsV2()1614 assert(res->length() != suffixRes->length()); // Set strings are unique. in compactStringsV2()1615 if (suffixRes->fWritten) { in compactStringsV2()1617 } else if (suffixRes->fNumCharsForLength == 0) { in compactStringsV2()1619 suffixRes->fSame = res; in compactStringsV2()1620 suffixRes->fSuffixOffset = res->length() - suffixRes->length(); in compactStringsV2()1624 suffixRes->fRes = in compactStringsV2()1625 res->fRes + res->fNumCharsForLength + suffixRes->fSuffixOffset; in compactStringsV2()1626 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(suffixRes->fRes); in compactStringsV2()[all …]