Searched refs:inSectionSizes (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Ducnv_io.cpp1132 const uint32_t *inSectionSizes; local
1172 inSectionSizes=(const uint32_t *)((const char *)inData+headerSize);
1173 inTable=(const uint16_t *)inSectionSizes;
1175 toc[tocLengthIndex]=tocLength=ds->readUInt32(inSectionSizes[tocLengthIndex]);
1184 toc[i]=ds->readUInt32(inSectionSizes[i]);

Completed in 114 milliseconds