Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.h320 fSame(NULL), fSuffixOffset(0), in StringResource()
324 fSame(NULL), fSuffixOffset(0), in StringResource()
330 fSame(NULL), fSuffixOffset(0), in StringResource()
348 int32_t fSuffixOffset; // this string is a suffix of fSame at this offset variable
Dreslist.cpp1573 suffixRes->fSuffixOffset = res->length() - suffixRes->length(); in compactStringsV2()
1578 res->fRes + res->fNumCharsForLength + suffixRes->fSuffixOffset; in compactStringsV2()
1679 res->fRes = same->fRes + same->fNumCharsForLength + res->fSuffixOffset; in compactStringsV2()