Lines Matching full:offsets
58 * you just need to sum up the previous offsets.
189 offsetsCount, /* length of the swapper's temporary offsets[] */
1134 uint32_t offsets[offsetsCount]; /* 16-bit-addressed offsets from inTable/outTable */
1187 /* compute offsets */
1188 uprv_memset(offsets, 0, sizeof(offsets));
1189 offsets[converterListIndex]=2*(1+tocLength); /* count two 16-bit units per toc entry */
1191 offsets[i]=offsets[i-1]+toc[i-1];
1195 topOffset=offsets[i-1]+toc[i-1];
1216 ds->swapInvChars(ds, inTable+offsets[stringTableIndex], 2*(int32_t)(toc[stringTableIndex]+toc[normalizedStringTableIndex]),
1217 outTable+offsets[stringTableIndex], pErrorCode);
1226 inTable+offsets[converterListIndex],
1227 2*(int32_t)(offsets[stringTableIndex]-offsets[converterListIndex]),
1228 outTable+offsets[converterListIndex],
1234 tempTable.chars=(const char *)(outTable+offsets[stringTableIndex]); /* sort by outCharset */
1265 p=inTable+offsets[aliasListIndex];
1266 q=outTable+offsets[aliasListIndex];
1268 p2=inTable+offsets[untaggedConvArrayIndex];
1269 q2=outTable+offsets[untaggedConvArrayIndex];
1322 inTable+offsets[converterListIndex],
1323 2*(int32_t)(offsets[aliasListIndex]-offsets[converterListIndex]),
1324 outTable+offsets[converterListIndex],
1327 inTable+offsets[taggedAliasArrayIndex],
1328 2*(int32_t)(offsets[stringTableIndex]-offsets[taggedAliasArrayIndex]),
1329 outTable+offsets[taggedAliasArrayIndex],