Home | History | Annotate | Download | only in common

Lines Matching defs:toc

58  * First there is the size of the Table of Contents (TOC). The TOC
61 * The TOC length and entries are an array of uint32_t values.
62 * The first section after the TOC starts immediately after the TOC.
1146 uint32_t toc[offsetsCount];
1187 uprv_memset(toc, 0, sizeof(toc));
1188 toc[tocLengthIndex]=tocLength=ds->readUInt32(inSectionSizes[tocLengthIndex]);
1197 toc[i]=ds->readUInt32(inSectionSizes[i]);
1202 offsets[converterListIndex]=2*(1+tocLength); /* count two 16-bit units per toc entry */
1204 offsets[i]=offsets[i-1]+toc[i-1];
1208 topOffset=offsets[i-1]+toc[i-1];
1229 ds->swapInvChars(ds, inTable+offsets[stringTableIndex], 2*(int32_t)(toc[stringTableIndex]+toc[normalizedStringTableIndex]),
1245 count=toc[aliasListIndex];