HomeSort by relevance Sort by last modified time
    Searched full:sectionstart (Results 1 - 1 of 1) sorted by null

  /external/icu4c/i18n/
uspoof_impl.cpp 901 int32_t sectionStart;
914 sectionStart = ds->readUInt32(spoofDH->fCFUKeys);
916 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
919 sectionStart = ds->readUInt32(spoofDH->fCFUStringIndex);
921 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
924 sectionStart = ds->readUInt32(spoofDH->fCFUStringTable);
926 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status)
    [all...]

Completed in 155 milliseconds