Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.h345 fNumCopies(0), fNumUnitsSaved(0), fNumCharsForLength(0) {} in StringResource()
349 fNumCopies(0), fNumUnitsSaved(0), fNumCharsForLength(0) {} in StringResource()
355 fNumCopies(0), fNumUnitsSaved(0), fNumCharsForLength(numCharsForLength) { in StringResource()
373 int32_t fNumCopies; // number of equal strings represented by one stringSet element variable
Dreslist.cpp405 if (++fSame->fNumCopies == 1) { in handlePreflightStrings()
415 fNumCopies = 1; in handlePreflightStrings()
882 sr->fNumCopies = 0; in write()
1606 res->fNumUnitsSaved = (res->fNumCopies - 1) * res->get16BitStringsLength(); in compactStringsV2()
1632 … res->fNumUnitsSaved += suffixRes->fNumCopies * suffixRes->get16BitStringsLength(); in compactStringsV2()