Home | History | Annotate | Download | only in common

Lines Matching full:offsets

57  * you just need to sum up the previous offsets.
187 offsetsCount, /* length of the swapper's temporary offsets[] */
1129 uint32_t offsets[offsetsCount]; /* 16-bit-addressed offsets from inTable/outTable */
1182 /* compute offsets */
1183 uprv_memset(offsets, 0, sizeof(offsets));
1184 offsets[converterListIndex]=2*(1+tocLength); /* count two 16-bit units per toc entry */
1186 offsets[i]=offsets[i-1]+toc[i-1];
1190 topOffset=offsets[i-1]+toc[i-1];
1211 ds->swapInvChars(ds, inTable+offsets[stringTableIndex], 2*(int32_t)(toc[stringTableIndex]+toc[normalizedStringTableIndex]),
1212 outTable+offsets[stringTableIndex], pErrorCode);
1221 inTable+offsets[converterListIndex],
1222 2*(int32_t)(offsets[stringTableIndex]-offsets[converterListIndex]),
1223 outTable+offsets[converterListIndex],
1229 tempTable.chars=(const char *)(outTable+offsets[stringTableIndex]); /* sort by outCharset */
1260 p=inTable+offsets[aliasListIndex];
1261 q=outTable+offsets[aliasListIndex];
1263 p2=inTable+offsets[untaggedConvArrayIndex];
1264 q2=outTable+offsets[untaggedConvArrayIndex];
1317 inTable+offsets[converterListIndex],
1318 2*(int32_t)(offsets[aliasListIndex]-offsets[converterListIndex]),
1319 outTable+offsets[converterListIndex],
1322 inTable+offsets[taggedAliasArrayIndex],
1323 2*(int32_t)(offsets[stringTableIndex]-offsets[taggedAliasArrayIndex]),
1324 outTable+offsets[taggedAliasArrayIndex],