Lines Matching refs:toc
56 * First there is the size of the Table of Contents (TOC). The TOC
59 * The TOC length and entries are an array of uint32_t values.
60 * The first section after the TOC starts immediately after the TOC.
1133 uint32_t toc[offsetsCount];
1174 uprv_memset(toc, 0, sizeof(toc));
1175 toc[tocLengthIndex]=tocLength=ds->readUInt32(inSectionSizes[tocLengthIndex]);
1184 toc[i]=ds->readUInt32(inSectionSizes[i]);
1189 offsets[converterListIndex]=2*(1+tocLength); /* count two 16-bit units per toc entry */
1191 offsets[i]=offsets[i-1]+toc[i-1];
1195 topOffset=offsets[i-1]+toc[i-1];
1216 ds->swapInvChars(ds, inTable+offsets[stringTableIndex], 2*(int32_t)(toc[stringTableIndex]+toc[normalizedStringTableIndex]),
1232 count=toc[aliasListIndex];