Home | History | Annotate | Download | only in common

Lines Matching defs:sourceIndex

1109           int32_t **offsets, int32_t sourceIndex,
1121 offsets, sourceIndex,
1155 offsets, sourceIndex, pErrorCode);
1176 int32_t **offsets, int32_t sourceIndex,
1186 offsets, sourceIndex,
1210 ucnv_toUWriteCodePoint(cnv, linear, target, targetLimit, offsets, sourceIndex, pErrorCode);
2043 int32_t sourceIndex;
2063 /* sourceIndex=-1 if the current character began in the previous buffer */
2064 sourceIndex=0;
2090 *offsets++=sourceIndex;
2094 ++sourceIndex;
2110 *offsets++=sourceIndex;
2116 *offsets++=sourceIndex;
2126 ++sourceIndex;
2133 *offsets++=sourceIndex;
2136 ++sourceIndex;
2146 ++sourceIndex;
2160 &offsets, sourceIndex,
2163 sourceIndex+=1+(int32_t)(source-(const uint8_t *)pArgs->source);
2195 int32_t sourceIndex;
2214 /* sourceIndex=-1 if the current character began in the previous buffer */
2215 sourceIndex=0;
2283 *offsets++=sourceIndex++;
2284 *offsets++=sourceIndex++;
2285 *offsets++=sourceIndex++;
2286 *offsets++=sourceIndex++;
2287 *offsets++=sourceIndex++;
2288 *offsets++=sourceIndex++;
2289 *offsets++=sourceIndex++;
2290 *offsets++=sourceIndex++;
2291 *offsets++=sourceIndex++;
2292 *offsets++=sourceIndex++;
2293 *offsets++=sourceIndex++;
2294 *offsets++=sourceIndex++;
2295 *offsets++=sourceIndex++;
2296 *offsets++=sourceIndex++;
2297 *offsets++=sourceIndex++;
2298 *offsets++=sourceIndex++;
2346 *offsets++=sourceIndex++;
2348 /* offset and sourceIndex are now set for the current character */
2361 &offsets, sourceIndex,
2364 sourceIndex+=1+(int32_t)(source-lastSource);
2394 *offsets++=sourceIndex++;
2481 int32_t sourceIndex, nextSourceIndex;
2492 * pass sourceIndex=-1 because we continue from an earlier buffer
2539 /* sourceIndex=-1 if the current character began in the previous buffer */
2540 sourceIndex=byteIndex==0 ? 0 : -1;
2612 *offsets++=sourceIndex;
2613 sourceIndex=(nextSourceIndex+=2);
2630 *offsets++=sourceIndex;
2631 sourceIndex=++nextSourceIndex;
2686 *offsets++=sourceIndex;
2694 *offsets++=sourceIndex;
2706 *offsets++=sourceIndex;
2716 *offsets++=sourceIndex;
2723 *offsets++=sourceIndex;
2729 *offsets++=sourceIndex;
2744 *offsets++=sourceIndex;
2758 *offsets++=sourceIndex;
2765 *offsets++=sourceIndex;
2798 *offsets++=sourceIndex;
2816 sourceIndex=nextSourceIndex;
2854 &offsets, sourceIndex,
2857 sourceIndex=nextSourceIndex+=(int32_t)(source-(const uint8_t *)pArgs->source);
3420 int32_t sourceIndex, nextSourceIndex;
3450 /* sourceIndex=-1 if the current character began in the previous buffer */
3451 sourceIndex= c==0 ? 0 : -1;
3479 *offsets++=sourceIndex;
3480 sourceIndex=nextSourceIndex;
3562 &offsets, sourceIndex,
3577 sourceIndex=nextSourceIndex;
3589 *offsets++=sourceIndex;
3597 *offsets++=sourceIndex;
3598 *offsets++=sourceIndex;
3603 *offsets++=sourceIndex;
3618 sourceIndex=nextSourceIndex;
3651 int32_t sourceIndex, nextSourceIndex;
3683 /* sourceIndex=-1 if the current character began in the previous buffer */
3684 sourceIndex= c==0 ? 0 : -1;
3754 *offsets++=sourceIndex;
3760 sourceIndex=nextSourceIndex;
3768 &offsets, sourceIndex,
3783 sourceIndex=nextSourceIndex;
3827 int32_t sourceIndex;
3859 /* sourceIndex=-1 if the current character began in the previous buffer */
3860 sourceIndex= c==0 ? 0 : -1;
3914 *offsets++=sourceIndex++;
3915 *offsets++=sourceIndex++;
3916 *offsets++=sourceIndex++;
3917 *offsets++=sourceIndex++;
3991 /* get the number of code units for c to correctly advance sourceIndex */
4002 *offsets++=sourceIndex++;
4005 /* offsets and sourceIndex are now set for the current character */
4013 &offsets, sourceIndex,
4016 sourceIndex+=length+(int32_t)(source-lastSource);
4056 *offsets++=sourceIndex++;
4086 int32_t prevSourceIndex, sourceIndex, nextSourceIndex;
4102 * pass sourceIndex=-1 because we continue from an earlier buffer
4161 /* sourceIndex=-1 if the current character began in the previous buffer */
4163 sourceIndex= c==0 ? 0 : -1;
4208 *offsets++=sourceIndex;
4209 prevSourceIndex=sourceIndex;
4210 sourceIndex=nextSourceIndex;
4615 &offsets, sourceIndex,
4632 prevSourceIndex=sourceIndex;
4633 sourceIndex=nextSourceIndex;
4667 *offsets++=sourceIndex;
4671 *offsets++=sourceIndex;
4675 *offsets++=sourceIndex;
4679 *offsets++=sourceIndex;
4723 *offsets++=sourceIndex;
4729 *offsets++=sourceIndex;
4735 *offsets++=sourceIndex;
4753 prevSourceIndex=sourceIndex;
4754 sourceIndex=nextSourceIndex;
4791 /* set the last source character's index (sourceIndex points at sourceLimit now) */