Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Duspoof_impl.cpp913 int32_t sectionStart; in uspoof_swap() local
926 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
928 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
931 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
933 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
936 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
938 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
/third_party/node/deps/icu-small/source/i18n/
Duspoof_impl.cpp913 int32_t sectionStart; in uspoof_swap() local
926 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
928 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
931 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
933 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
936 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
938 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
/third_party/icu/icu4c/source/i18n/
Duspoof_impl.cpp913 int32_t sectionStart; in uspoof_swap() local
926 sectionStart = ds->readUInt32(spoofDH->fCFUKeys); in uspoof_swap()
928 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
931 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex); in uspoof_swap()
933 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
936 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable); in uspoof_swap()
938 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status); in uspoof_swap()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4sectionStart<=e?this.startIndex=0:this.startIndex=this.tokenizer.sectionStart-e:this.startIndex=th…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp1565 MCSymbol *sectionStart = context.createTempSymbol(); in EmitCIE() local
1566 Streamer.EmitLabel(sectionStart); in EmitCIE()
1572 MakeStartMinusEndExpr(Streamer, *sectionStart, *sectionEnd, 4); in EmitCIE()
1673 return *sectionStart; in EmitCIE()