Home | History | Annotate | Download | only in i18n

Lines Matching full:sectionstart

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);
929 sectionStart = ds->readUInt32(spoofDH->fCFUStringLengths);
931 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
934 sectionStart = ds->readUInt32(spoofDH->fAnyCaseTrie);
936 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
939 sectionStart = ds->readUInt32(spoofDH->fLowerCaseTrie);
941 utrie2_swap(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
944 sectionStart = ds->readUInt32(spoofDH->fScriptSets);
946 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);