Home
last modified time | relevance | path

Searched refs:tocLength (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
Ducnv_io.cpp1148 uint32_t i, count, tocLength, topOffset; in ucnv_swapAliases() local
1188 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()