Home
last modified time | relevance | path

Searched refs:fNumCharsForLength (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()
363 return fNumCharsForLength + length() + 1; // +1 for the NUL in get16BitStringsLength()
375 int8_t fNumCharsForLength; variable
Dreslist.cpp426 fNumCharsForLength = 0; in handlePreflightStrings()
428 fNumCharsForLength = 1; in handlePreflightStrings()
430 fNumCharsForLength = 2; in handlePreflightStrings()
432 fNumCharsForLength = 3; in handlePreflightStrings()
434 bundle->f16BitStringsLength += fNumCharsForLength + len + 1; /* +1 for the NUL */ in handlePreflightStrings()
1550 switch(fNumCharsForLength) { in writeUTF16v2()
1617 } else if (suffixRes->fNumCharsForLength == 0) { in compactStringsV2()
1625 res->fRes + res->fNumCharsForLength + suffixRes->fSuffixOffset; in compactStringsV2()
1662 f16BitUnits.length() + res->fNumCharsForLength + res->length() - 1; in compactStringsV2()
1726 res->fRes = same->fRes + same->fNumCharsForLength + res->fSuffixOffset; in compactStringsV2()