Home | History | Annotate | Download | only in common

Lines Matching refs:toc

55  * First there is the size of the Table of Contents (TOC). The TOC
58 * The TOC length and entries are an array of uint32_t values.
59 * The first section after the TOC starts immediately after the TOC.
1147 uint32_t toc[offsetsCount];
1188 uprv_memset(toc, 0, sizeof(toc));
1189 toc[tocLengthIndex]=tocLength=ds->readUInt32(inSectionSizes[tocLengthIndex]);
1198 toc[i]=ds->readUInt32(inSectionSizes[i]);
1203 offsets[converterListIndex]=2*(1+tocLength); /* count two 16-bit units per toc entry */
1205 offsets[i]=offsets[i-1]+toc[i-1];
1209 topOffset=offsets[i-1]+toc[i-1];
1230 ds->swapInvChars(ds, inTable+offsets[stringTableIndex], 2*(int32_t)(toc[stringTableIndex]+toc[normalizedStringTableIndex]),
1246 count=toc[aliasListIndex];