Home | History | Annotate | Download | only in i18n

Lines Matching refs:sectionStart

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);
807 sectionStart = ds->readUInt32(spoofDH->fCFUStringLengths);
809 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
812 sectionStart = ds->readUInt32(spoofDH->fAnyCaseTrie);
814 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
817 sectionStart = ds->readUInt32(spoofDH->fLowerCaseTrie);
819 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
822 sectionStart = ds->readUInt32(spoofDH->fScriptSets);
824 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);