Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duspoof_impl.cpp779 int32_t sectionStart; in uspoof_swap() local
792 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
794 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
797 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
799 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
802 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
804 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
807 sectionStart = ds->readUInt32(spoofDH->fCFUStringLengths); in uspoof_swap()
809 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
812 sectionStart = ds->readUInt32(spoofDH->fAnyCaseTrie); in uspoof_swap()
[all …]
/external/chromium_org/third_party/icu/source/i18n/
Duspoof_impl.cpp779 int32_t sectionStart; in uspoof_swap() local
792 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
794 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
797 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
799 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
802 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
804 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
807 sectionStart = ds->readUInt32(spoofDH->fCFUStringLengths); in uspoof_swap()
809 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
812 sectionStart = ds->readUInt32(spoofDH->fAnyCaseTrie); in uspoof_swap()
[all …]
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
Dexif_encoder.js148 var sectionStart = 2;
152 var range = {from: sectionStart, to: sectionStart};
155 var tag = getWord(sectionStart);
160 var nextSectionStart = sectionStart + 2 + getWord(sectionStart + 2);
161 if (nextSectionStart <= sectionStart ||
173 range.from = sectionStart;
176 sectionStart = nextSectionStart;
/external/llvm/lib/MC/
DMCDwarf.cpp1343 MCSymbol *sectionStart = context.CreateTempSymbol(); in EmitCIE() local
1344 streamer.EmitLabel(sectionStart); in EmitCIE()
1350 const MCExpr *Length = MakeStartMinusEndExpr(streamer, *sectionStart, in EmitCIE()
1450 return *sectionStart; in EmitCIE()