Home | History | Annotate | Download | only in common

Lines Matching full:offsets

129     int32_t *myOffsets = args->offsets;
207 args->offsets = myOffsets;
233 &args->offsets, -1,
336 &args->offsets, -1,
342 myOffsets = args->offsets;
415 args->offsets = myOffsets;
597 int32_t *myOffsets = args->offsets;
685 args->offsets = myOffsets;
711 &args->offsets, -1,
822 &args->offsets, -1,
828 myOffsets = args->offsets;
910 args->offsets = myOffsets;
1050 int32_t *offsets=pArgs->offsets;
1059 * offsets because the actual converter function will not see and count the BOM.
1111 /* no offsets: bytes from previous buffer, and not enough for output */
1125 if(offsets==NULL) {
1135 if(offsets==NULL) {
1147 /* add BOM size to offsets - see comment at offsetDelta declaration */
1148 if(offsets!=NULL && offsetDelta!=0) {
1149 int32_t *offsetsLimit=pArgs->offsets;
1150 while(offsets<offsetsLimit) {
1151 *offsets++ += offsetDelta;
1173 /* no offsets: not enough for output */