Home
last modified time | relevance | path

Searched refs:fNumCharsForLength (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()
339 return fNumCharsForLength + length() + 1; // +1 for the NUL in get16BitStringsLength()
351 int8_t fNumCharsForLength; variable
Dreslist.cpp417 fNumCharsForLength = 0; in handlePreflightStrings()
419 fNumCharsForLength = 1; in handlePreflightStrings()
421 fNumCharsForLength = 2; in handlePreflightStrings()
423 fNumCharsForLength = 3; in handlePreflightStrings()
425 bundle->f16BitStringsLength += fNumCharsForLength + len + 1; /* +1 for the NUL */ in handlePreflightStrings()
1503 switch(fNumCharsForLength) { in writeUTF16v2()
1570 } else if (suffixRes->fNumCharsForLength == 0) { in compactStringsV2()
1578 res->fRes + res->fNumCharsForLength + suffixRes->fSuffixOffset; in compactStringsV2()
1615 f16BitUnits.length() + res->fNumCharsForLength + res->length() - 1; in compactStringsV2()
1679 res->fRes = same->fRes + same->fNumCharsForLength + res->fSuffixOffset; in compactStringsV2()