Home | History | Annotate | Download | only in common

Lines Matching full:offsets

128     int32_t *myOffsets = args->offsets;
206 args->offsets = myOffsets;
232 &args->offsets, -1,
335 &args->offsets, -1,
341 myOffsets = args->offsets;
414 args->offsets = myOffsets;
596 int32_t *myOffsets = args->offsets;
684 args->offsets = myOffsets;
710 &args->offsets, -1,
821 &args->offsets, -1,
827 myOffsets = args->offsets;
909 args->offsets = myOffsets;
1049 int32_t *offsets=pArgs->offsets;
1058 * offsets because the actual converter function will not see and count the BOM.
1110 /* no offsets: bytes from previous buffer, and not enough for output */
1124 if(offsets==NULL) {
1134 if(offsets==NULL) {
1146 /* add BOM size to offsets - see comment at offsetDelta declaration */
1147 if(offsets!=NULL && offsetDelta!=0) {
1148 int32_t *offsetsLimit=pArgs->offsets;
1149 while(offsets<offsetsLimit) {
1150 *offsets++ += offsetDelta;
1172 /* no offsets: not enough for output */