Home
last modified time | relevance | path

Searched refs:fNumCharsForLength (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()
341 return fNumCharsForLength + length() + 1; // +1 for the NUL in get16BitStringsLength()
353 int8_t fNumCharsForLength; variable
Dreslist.cpp419 fNumCharsForLength = 0; in handlePreflightStrings()
421 fNumCharsForLength = 1; in handlePreflightStrings()
423 fNumCharsForLength = 2; in handlePreflightStrings()
425 fNumCharsForLength = 3; in handlePreflightStrings()
427 bundle->f16BitStringsLength += fNumCharsForLength + len + 1; /* +1 for the NUL */ in handlePreflightStrings()
1505 switch(fNumCharsForLength) { in writeUTF16v2()
1572 } else if (suffixRes->fNumCharsForLength == 0) { in compactStringsV2()
1580 res->fRes + res->fNumCharsForLength + suffixRes->fSuffixOffset; in compactStringsV2()
1617 f16BitUnits.length() + res->fNumCharsForLength + res->length() - 1; in compactStringsV2()
1681 res->fRes = same->fRes + same->fNumCharsForLength + res->fSuffixOffset; in compactStringsV2()