Searched refs:sectionLength (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 780 int32_t sectionLength; in uspoof_swap() local 793 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap() 794 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 798 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap() 799 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 803 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap() 804 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 808 sectionLength = ds->readUInt32(spoofDH->fCFUStringLengthsSize) * 4; in uspoof_swap() 809 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 813 sectionLength = ds->readUInt32(spoofDH->fAnyCaseTrieLength); in uspoof_swap() [all …]
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | uspoof_impl.cpp | 780 int32_t sectionLength; in uspoof_swap() local 793 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4; in uspoof_swap() 794 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 798 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2; in uspoof_swap() 799 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 803 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2; in uspoof_swap() 804 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 808 sectionLength = ds->readUInt32(spoofDH->fCFUStringLengthsSize) * 4; in uspoof_swap() 809 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap() 813 sectionLength = ds->readUInt32(spoofDH->fAnyCaseTrieLength); in uspoof_swap() [all …]
|
/external/chromium_org/third_party/codesighs/ |
D | msdump2symdb.c | 342 const char* sectionLength = NULL; in processLine() local 346 sectionLength = skipWhite(inLine + 18); in processLine() 349 numericLength = strtoul(sectionLength, &endScan, 16); in processLine() 350 if(0 == errno && endScan != sectionLength) in processLine()
|
/external/libcxxabi/src/Unwind/ |
D | DwarfParser.hpp | 101 uint32_t sectionLength, pint_t fdeHint, FDE_Info *fdeInfo, 177 uint32_t sectionLength, pint_t fdeHint, in findFDE() argument 181 const pint_t ehSectionEnd = p + sectionLength; in findFDE()
|