Home | History | Annotate | Download | only in common

Lines Matching refs:sourceIndex

1102           int32_t **offsets, int32_t sourceIndex,
1114 offsets, sourceIndex,
1148 offsets, sourceIndex, pErrorCode);
1169 int32_t **offsets, int32_t sourceIndex,
1179 offsets, sourceIndex,
1203 ucnv_toUWriteCodePoint(cnv, linear, target, targetLimit, offsets, sourceIndex, pErrorCode);
2032 int32_t sourceIndex;
2052 /* sourceIndex=-1 if the current character began in the previous buffer */
2053 sourceIndex=0;
2079 *offsets++=sourceIndex;
2083 ++sourceIndex;
2099 *offsets++=sourceIndex;
2105 *offsets++=sourceIndex;
2115 ++sourceIndex;
2122 *offsets++=sourceIndex;
2125 ++sourceIndex;
2135 ++sourceIndex;
2149 &offsets, sourceIndex,
2152 sourceIndex+=1+(int32_t)(source-(const uint8_t *)pArgs->source);
2184 int32_t sourceIndex;
2203 /* sourceIndex=-1 if the current character began in the previous buffer */
2204 sourceIndex=0;
2272 *offsets++=sourceIndex++;
2273 *offsets++=sourceIndex++;
2274 *offsets++=sourceIndex++;
2275 *offsets++=sourceIndex++;
2276 *offsets++=sourceIndex++;
2277 *offsets++=sourceIndex++;
2278 *offsets++=sourceIndex++;
2279 *offsets++=sourceIndex++;
2280 *offsets++=sourceIndex++;
2281 *offsets++=sourceIndex++;
2282 *offsets++=sourceIndex++;
2283 *offsets++=sourceIndex++;
2284 *offsets++=sourceIndex++;
2285 *offsets++=sourceIndex++;
2286 *offsets++=sourceIndex++;
2287 *offsets++=sourceIndex++;
2335 *offsets++=sourceIndex++;
2337 /* offset and sourceIndex are now set for the current character */
2350 &offsets, sourceIndex,
2353 sourceIndex+=1+(int32_t)(source-lastSource);
2383 *offsets++=sourceIndex++;
2470 int32_t sourceIndex, nextSourceIndex;
2481 * pass sourceIndex=-1 because we continue from an earlier buffer
2528 /* sourceIndex=-1 if the current character began in the previous buffer */
2529 sourceIndex=byteIndex==0 ? 0 : -1;
2601 *offsets++=sourceIndex;
2602 sourceIndex=(nextSourceIndex+=2);
2619 *offsets++=sourceIndex;
2620 sourceIndex=++nextSourceIndex;
2675 *offsets++=sourceIndex;
2683 *offsets++=sourceIndex;
2695 *offsets++=sourceIndex;
2705 *offsets++=sourceIndex;
2712 *offsets++=sourceIndex;
2718 *offsets++=sourceIndex;
2733 *offsets++=sourceIndex;
2747 *offsets++=sourceIndex;
2754 *offsets++=sourceIndex;
2787 *offsets++=sourceIndex;
2805 sourceIndex=nextSourceIndex;
2843 &offsets, sourceIndex,
2846 sourceIndex=nextSourceIndex+=(int32_t)(source-(const uint8_t *)pArgs->source);
3409 int32_t sourceIndex, nextSourceIndex;
3439 /* sourceIndex=-1 if the current character began in the previous buffer */
3440 sourceIndex= c==0 ? 0 : -1;
3468 *offsets++=sourceIndex;
3469 sourceIndex=nextSourceIndex;
3551 &offsets, sourceIndex,
3566 sourceIndex=nextSourceIndex;
3578 *offsets++=sourceIndex;
3586 *offsets++=sourceIndex;
3587 *offsets++=sourceIndex;
3592 *offsets++=sourceIndex;
3607 sourceIndex=nextSourceIndex;
3640 int32_t sourceIndex, nextSourceIndex;
3672 /* sourceIndex=-1 if the current character began in the previous buffer */
3673 sourceIndex= c==0 ? 0 : -1;
3743 *offsets++=sourceIndex;
3749 sourceIndex=nextSourceIndex;
3757 &offsets, sourceIndex,
3772 sourceIndex=nextSourceIndex;
3816 int32_t sourceIndex;
3848 /* sourceIndex=-1 if the current character began in the previous buffer */
3849 sourceIndex= c==0 ? 0 : -1;
3903 *offsets++=sourceIndex++;
3904 *offsets++=sourceIndex++;
3905 *offsets++=sourceIndex++;
3906 *offsets++=sourceIndex++;
3980 /* get the number of code units for c to correctly advance sourceIndex */
3991 *offsets++=sourceIndex++;
3994 /* offsets and sourceIndex are now set for the current character */
4002 &offsets, sourceIndex,
4005 sourceIndex+=length+(int32_t)(source-lastSource);
4045 *offsets++=sourceIndex++;
4075 int32_t prevSourceIndex, sourceIndex, nextSourceIndex;
4091 * pass sourceIndex=-1 because we continue from an earlier buffer
4150 /* sourceIndex=-1 if the current character began in the previous buffer */
4152 sourceIndex= c==0 ? 0 : -1;
4197 *offsets++=sourceIndex;
4198 prevSourceIndex=sourceIndex;
4199 sourceIndex=nextSourceIndex;
4604 &offsets, sourceIndex,
4621 prevSourceIndex=sourceIndex;
4622 sourceIndex=nextSourceIndex;
4652 *offsets++=sourceIndex;
4655 *offsets++=sourceIndex;
4658 *offsets++=sourceIndex;
4661 *offsets++=sourceIndex;
4701 *offsets++=sourceIndex;
4706 *offsets++=sourceIndex;
4711 *offsets++=sourceIndex;
4728 prevSourceIndex=sourceIndex;
4729 sourceIndex=nextSourceIndex;
4766 /* set the last source character's index (sourceIndex points at sourceLimit now) */