Home
last modified time | relevance | path

Searched refs:suffixRes (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp1566 StringResource *suffixRes = array[j]; in compactStringsV2() local
1568 if (res->fString.endsWith(suffixRes->fString)) { in compactStringsV2()
1569 assert(res->length() != suffixRes->length()); // Set strings are unique. in compactStringsV2()
1570 if (suffixRes->fWritten) { in compactStringsV2()
1572 } else if (suffixRes->fNumCharsForLength == 0) { in compactStringsV2()
1574 suffixRes->fSame = res; in compactStringsV2()
1575 suffixRes->fSuffixOffset = res->length() - suffixRes->length(); in compactStringsV2()
1579 suffixRes->fRes = in compactStringsV2()
1580 res->fRes + res->fNumCharsForLength + suffixRes->fSuffixOffset; in compactStringsV2()
1581 int32_t poolStringIndex = (int32_t)RES_GET_OFFSET(suffixRes->fRes); in compactStringsV2()
[all …]