Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.h322 fSame(NULL), fSuffixOffset(0), in StringResource()
326 fSame(NULL), fSuffixOffset(0), in StringResource()
332 fSame(NULL), fSuffixOffset(0), in StringResource()
350 int32_t fSuffixOffset; // this string is a suffix of fSame at this offset variable
Dreslist.cpp1575 suffixRes->fSuffixOffset = res->length() - suffixRes->length(); in compactStringsV2()
1580 res->fRes + res->fNumCharsForLength + suffixRes->fSuffixOffset; in compactStringsV2()
1681 res->fRes = same->fRes + same->fNumCharsForLength + res->fSuffixOffset; in compactStringsV2()