HomeSort by relevance Sort by last modified time
    Searched refs:sectionStart (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 779 int32_t sectionStart;
792 sectionStart = ds->readUInt32(spoofDH->fCFUKeys);
794 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
797 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex);
799 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
802 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable);
804 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status)
    [all...]
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 779 int32_t sectionStart;
792 sectionStart = ds->readUInt32(spoofDH->fCFUKeys);
794 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
797 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex);
799 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
802 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable);
804 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status)
    [all...]
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
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/
MCDwarf.cpp     [all...]

Completed in 127 milliseconds