Home
last modified time | relevance | path

Searched refs:sectionLength (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp805 int32_t sectionLength; in uspoof_swap() local
818 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap()
819 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
823 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap()
824 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
828 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap()
829 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
833 sectionLength = ds->readUInt32(spoofDH->fCFUStringLengthsSize) * 4; in uspoof_swap()
834 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
838 sectionLength = ds->readUInt32(spoofDH->fAnyCaseTrieLength); in uspoof_swap()
[all …]
/external/libunwind_llvm/src/
DEHHeaderParser.hpp43 uint32_t sectionLength,
98 uint32_t sectionLength, in findFDE() argument
101 pint_t ehHdrEnd = ehHdrStart + sectionLength; in findFDE()
DDwarfParser.hpp102 uint32_t sectionLength, pint_t fdeHint, FDE_Info *fdeInfo,
178 uint32_t sectionLength, pint_t fdeHint, in findFDE() argument
182 const pint_t ehSectionEnd = p + sectionLength; in findFDE()