Searched refs:sectionStart (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | uspoof_impl.cpp | 779 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/ |
D | uspoof_impl.cpp | 779 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/ |
D | exif_encoder.js | 148 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/ |
D | MCDwarf.cpp | 1343 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()
|