Searched refs:tocLength (Results 1 – 1 of 1) sorted by relevance
1148 uint32_t i, count, tocLength, topOffset; in ucnv_swapAliases() local1188 toc[tocLengthIndex]=tocLength=ds->readUInt32(inSectionSizes[tocLengthIndex]); in ucnv_swapAliases()1189 if(tocLength<minTocLength || offsetsCount<=tocLength) { in ucnv_swapAliases()1190 …pAliases(): table of contents contains unsupported number of sections (%u sections)\n", tocLength); in ucnv_swapAliases()1196 for(i=converterListIndex; i<=tocLength; ++i) { in ucnv_swapAliases()1202 offsets[converterListIndex]=2*(1+tocLength); /* count two 16-bit units per toc entry */ in ucnv_swapAliases()1203 for(i=tagListIndex; i<=tocLength; ++i) { in ucnv_swapAliases()1226 ds->swapArray32(ds, inTable, 4*(1+tocLength), outTable, pErrorCode); in ucnv_swapAliases()