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

  /external/icu4c/i18n/
uspoof_impl.cpp 911 int32_t sectionStart;
924 sectionStart = ds->readUInt32(spoofDH->fCFUKeys);
926 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
929 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex);
931 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
934 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable);
936 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status)
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp     [all...]

Completed in 71 milliseconds