Searched refs:tocLength (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | ucnv_io.cpp | 192 minTocLength=8 /* min. tocLength in the file, does not count the tocLengthIndex! */ 1148 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 udata_printError(ds, "ucnv_swapAliases(): 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), outTabl in ucnv_swapAliases() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnv_io.cpp | 192 minTocLength=8 /* min. tocLength in the file, does not count the tocLengthIndex! */ 1148 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 udata_printError(ds, "ucnv_swapAliases(): 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), outTabl in ucnv_swapAliases() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_io.cpp | 192 minTocLength=8 /* min. tocLength in the file, does not count the tocLengthIndex! */ 1148 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 udata_printError(ds, "ucnv_swapAliases(): 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), outTabl in ucnv_swapAliases() [all...] |
Completed in 7 milliseconds