Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.h323 fNumCopies(0), fNumUnitsSaved(0), fNumCharsForLength(0) {} in StringResource()
327 fNumCopies(0), fNumUnitsSaved(0), fNumCharsForLength(0) {} in StringResource()
333 fNumCopies(0), fNumUnitsSaved(0), fNumCharsForLength(numCharsForLength) { in StringResource()
351 int32_t fNumCopies; // number of equal strings represented by one stringSet element variable
Dreslist.cpp398 if (++fSame->fNumCopies == 1) { in handlePreflightStrings()
408 fNumCopies = 1; in handlePreflightStrings()
875 sr->fNumCopies = 0; in write()
1561 res->fNumUnitsSaved = (res->fNumCopies - 1) * res->get16BitStringsLength(); in compactStringsV2()
1587 … res->fNumUnitsSaved += suffixRes->fNumCopies * suffixRes->get16BitStringsLength(); in compactStringsV2()