Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.h321 fNumCopies(0), fNumUnitsSaved(0), fNumCharsForLength(0) {} in StringResource()
325 fNumCopies(0), fNumUnitsSaved(0), fNumCharsForLength(0) {} in StringResource()
331 fNumCopies(0), fNumUnitsSaved(0), fNumCharsForLength(numCharsForLength) { in StringResource()
349 int32_t fNumCopies; // number of equal strings represented by one stringSet element variable
Dreslist.cpp396 if (++fSame->fNumCopies == 1) { in handlePreflightStrings()
406 fNumCopies = 1; in handlePreflightStrings()
873 sr->fNumCopies = 0; in write()
1559 res->fNumUnitsSaved = (res->fNumCopies - 1) * res->get16BitStringsLength(); in compactStringsV2()
1585 … res->fNumUnitsSaved += suffixRes->fNumCopies * suffixRes->get16BitStringsLength(); in compactStringsV2()