Home
last modified time | relevance | path

Searched refs:sectionStart (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp804 int32_t sectionStart; in uspoof_swap() local
817 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
819 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
822 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
824 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
827 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
829 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
832 sectionStart = ds->readUInt32(spoofDH->fCFUStringLengths); in uspoof_swap()
834 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
837 sectionStart = ds->readUInt32(spoofDH->fAnyCaseTrie); in uspoof_swap()
[all …]
/external/llvm/lib/MC/
DMCDwarf.cpp1262 MCSymbol *sectionStart = context.createTempSymbol(); in EmitCIE() local
1263 Streamer.EmitLabel(sectionStart); in EmitCIE()
1269 MakeStartMinusEndExpr(Streamer, *sectionStart, *sectionEnd, 4); in EmitCIE()
1366 return *sectionStart; in EmitCIE()