Searched refs:suffixRes (Results 1 – 1 of 1) sorted by relevance
1564 StringResource *suffixRes = array[j]; in compactStringsV2() local1566 if (res->fString.endsWith(suffixRes->fString)) { in compactStringsV2()1567 assert(res->length() != suffixRes->length()); // Set strings are unique. in compactStringsV2()1568 if (suffixRes->fWritten) { in compactStringsV2()1570 } else if (suffixRes->fNumCharsForLength == 0) { in compactStringsV2()1572 suffixRes->fSame = res; in compactStringsV2()1573 suffixRes->fSuffixOffset = res->length() - suffixRes->length(); in compactStringsV2()1577 suffixRes->fRes = in compactStringsV2()1578 res->fRes + res->fNumCharsForLength + suffixRes->fSuffixOffset; in compactStringsV2()1579 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(suffixRes->fRes); in compactStringsV2()[all …]