Home | History | Annotate | Download | only in common

Lines Matching refs:sourceIndex

962           int32_t **offsets, int32_t sourceIndex,
974 offsets, sourceIndex,
1008 offsets, sourceIndex, pErrorCode);
1029 int32_t **offsets, int32_t sourceIndex,
1039 offsets, sourceIndex,
1063 ucnv_toUWriteCodePoint(cnv, linear, target, targetLimit, offsets, sourceIndex, pErrorCode);
1893 int32_t sourceIndex;
1913 /* sourceIndex=-1 if the current character began in the previous buffer */
1914 sourceIndex=0;
1940 *offsets++=sourceIndex;
1944 ++sourceIndex;
1960 *offsets++=sourceIndex;
1966 *offsets++=sourceIndex;
1976 ++sourceIndex;
1983 *offsets++=sourceIndex;
1986 ++sourceIndex;
1996 ++sourceIndex;
2010 &offsets, sourceIndex,
2013 sourceIndex+=1+(int32_t)(source-(const uint8_t *)pArgs->source);
2045 int32_t sourceIndex;
2064 /* sourceIndex=-1 if the current character began in the previous buffer */
2065 sourceIndex=0;
2133 *offsets++=sourceIndex++;
2134 *offsets++=sourceIndex++;
2135 *offsets++=sourceIndex++;
2136 *offsets++=sourceIndex++;
2137 *offsets++=sourceIndex++;
2138 *offsets++=sourceIndex++;
2139 sourceIndex++;
2140 *offsets++=sourceIndex++;
2141 *offsets++=sourceIndex++;
2142 *offsets++=sourceIndex++;
2143 *offsets++=sourceIndex++;
2144 *offsets++=sourceIndex++;
2145 *offsets++=sourceIndex++;
2146 *offsets++=sourceIndex++;
2147 *offsets++=sourceIndex++;
2148 *offsets++=sourceIndex++;
2196 *offsets++=sourceIndex++;
2198 /* offset and sourceIndex are now set for the current character */
2211 &offsets, sourceIndex,
2214 sourceIndex+=1+(int32_t)(source-lastSource);
2244 *offsets++=sourceIndex++;
2331 int32_t sourceIndex, nextSourceIndex;
2342 * pass sourceIndex=-1 because we continue from an earlier buffer
2389 /* sourceIndex=-1 if the current character began in the previous buffer */
2390 sourceIndex=byteIndex==0 ? 0 : -1;
2462 *offsets++=sourceIndex;
2463 sourceIndex=(nextSourceIndex+=2);
2480 *offsets++=sourceIndex;
2481 sourceIndex=++nextSourceIndex;
2536 *offsets++=sourceIndex;
2544 *offsets++=sourceIndex;
2556 *offsets++=sourceIndex;
2566 *offsets++=sourceIndex;
2573 *offsets++=sourceIndex;
2579 *offsets++=sourceIndex;
2594 *offsets++=sourceIndex;
2608 *offsets++=sourceIndex;
2615 *offsets++=sourceIndex;
2648 *offsets++=sourceIndex;
2666 sourceIndex=nextSourceIndex;
2704 &offsets, sourceIndex,
2707 sourceIndex=nextSourceIndex+=(int32_t)(source-(const uint8_t *)pArgs->source);
3270 int32_t sourceIndex, nextSourceIndex;
3300 /* sourceIndex=-1 if the current character began in the previous buffer */
3301 sourceIndex= c==0 ? 0 : -1;
3329 *offsets++=sourceIndex;
3330 sourceIndex=nextSourceIndex;
3412 &offsets, sourceIndex,
3427 sourceIndex=nextSourceIndex;
3439 *offsets++=sourceIndex;
3447 *offsets++=sourceIndex;
3448 *offsets++=sourceIndex;
3453 *offsets++=sourceIndex;
3468 sourceIndex=nextSourceIndex;
3501 int32_t sourceIndex, nextSourceIndex;
3533 /* sourceIndex=-1 if the current character began in the previous buffer */
3534 sourceIndex= c==0 ? 0 : -1;
3604 *offsets++=sourceIndex;
3610 sourceIndex=nextSourceIndex;
3618 &offsets, sourceIndex,
3633 sourceIndex=nextSourceIndex;
3677 int32_t sourceIndex;
3709 /* sourceIndex=-1 if the current character began in the previous buffer */
3710 sourceIndex= c==0 ? 0 : -1;
3764 *offsets++=sourceIndex++;
3765 *offsets++=sourceIndex++;
3766 *offsets++=sourceIndex++;
3767 *offsets++=sourceIndex++;
3841 /* get the number of code units for c to correctly advance sourceIndex */
3852 *offsets++=sourceIndex++;
3855 /* offsets and sourceIndex are now set for the current character */
3863 &offsets, sourceIndex,
3866 sourceIndex+=length+(int32_t)(source-lastSource);
3906 *offsets++=sourceIndex++;
3936 int32_t prevSourceIndex, sourceIndex, nextSourceIndex;
3951 * pass sourceIndex=-1 because we continue from an earlier buffer
4010 /* sourceIndex=-1 if the current character began in the previous buffer */
4012 sourceIndex= c==0 ? 0 : -1;
4057 *offsets++=sourceIndex;
4058 prevSourceIndex=sourceIndex;
4059 sourceIndex=nextSourceIndex;
4464 &offsets, sourceIndex,
4481 prevSourceIndex=sourceIndex;
4482 sourceIndex=nextSourceIndex;
4512 *offsets++=sourceIndex;
4515 *offsets++=sourceIndex;
4518 *offsets++=sourceIndex;
4521 *offsets++=sourceIndex;
4561 *offsets++=sourceIndex;
4566 *offsets++=sourceIndex;
4571 *offsets++=sourceIndex;
4588 prevSourceIndex=sourceIndex;
4589 sourceIndex=nextSourceIndex;
4626 /* set the last source character's index (sourceIndex points at sourceLimit now) */