Home | History | Annotate | Download | only in common

Lines Matching refs:sourceIndex

965           int32_t **offsets, int32_t sourceIndex,
977 offsets, sourceIndex,
1011 offsets, sourceIndex, pErrorCode);
1032 int32_t **offsets, int32_t sourceIndex,
1042 offsets, sourceIndex,
1066 ucnv_toUWriteCodePoint(cnv, linear, target, targetLimit, offsets, sourceIndex, pErrorCode);
1895 int32_t sourceIndex;
1915 /* sourceIndex=-1 if the current character began in the previous buffer */
1916 sourceIndex=0;
1942 *offsets++=sourceIndex;
1946 ++sourceIndex;
1962 *offsets++=sourceIndex;
1968 *offsets++=sourceIndex;
1978 ++sourceIndex;
1985 *offsets++=sourceIndex;
1988 ++sourceIndex;
1998 ++sourceIndex;
2012 &offsets, sourceIndex,
2015 sourceIndex+=1+(int32_t)(source-(const uint8_t *)pArgs->source);
2047 int32_t sourceIndex;
2066 /* sourceIndex=-1 if the current character began in the previous buffer */
2067 sourceIndex=0;
2135 *offsets++=sourceIndex++;
2136 *offsets++=sourceIndex++;
2137 *offsets++=sourceIndex++;
2138 sourceIndex++;
2139 *offsets++=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++;
2149 *offsets++=sourceIndex++;
2150 *offsets++=sourceIndex++;
2198 *offsets++=sourceIndex++;
2200 /* offset and sourceIndex are now set for the current character */
2213 &offsets, sourceIndex,
2216 sourceIndex+=1+(int32_t)(source-lastSource);
2246 *offsets++=sourceIndex++;
2333 int32_t sourceIndex, nextSourceIndex;
2344 * pass sourceIndex=-1 because we continue from an earlier buffer
2391 /* sourceIndex=-1 if the current character began in the previous buffer */
2392 sourceIndex=byteIndex==0 ? 0 : -1;
2464 *offsets++=sourceIndex;
2465 sourceIndex=(nextSourceIndex+=2);
2482 *offsets++=sourceIndex;
2483 sourceIndex=++nextSourceIndex;
2538 *offsets++=sourceIndex;
2546 *offsets++=sourceIndex;
2558 *offsets++=sourceIndex;
2568 *offsets++=sourceIndex;
2575 *offsets++=sourceIndex;
2581 *offsets++=sourceIndex;
2596 *offsets++=sourceIndex;
2610 *offsets++=sourceIndex;
2617 *offsets++=sourceIndex;
2650 *offsets++=sourceIndex;
2668 sourceIndex=nextSourceIndex;
2706 &offsets, sourceIndex,
2709 sourceIndex=nextSourceIndex+=(int32_t)(source-(const uint8_t *)pArgs->source);
3272 int32_t sourceIndex, nextSourceIndex;
3302 /* sourceIndex=-1 if the current character began in the previous buffer */
3303 sourceIndex= c==0 ? 0 : -1;
3331 *offsets++=sourceIndex;
3332 sourceIndex=nextSourceIndex;
3414 &offsets, sourceIndex,
3429 sourceIndex=nextSourceIndex;
3441 *offsets++=sourceIndex;
3449 *offsets++=sourceIndex;
3450 *offsets++=sourceIndex;
3455 *offsets++=sourceIndex;
3470 sourceIndex=nextSourceIndex;
3503 int32_t sourceIndex, nextSourceIndex;
3535 /* sourceIndex=-1 if the current character began in the previous buffer */
3536 sourceIndex= c==0 ? 0 : -1;
3606 *offsets++=sourceIndex;
3612 sourceIndex=nextSourceIndex;
3620 &offsets, sourceIndex,
3635 sourceIndex=nextSourceIndex;
3679 int32_t sourceIndex;
3711 /* sourceIndex=-1 if the current character began in the previous buffer */
3712 sourceIndex= c==0 ? 0 : -1;
3766 *offsets++=sourceIndex++;
3767 *offsets++=sourceIndex++;
3768 *offsets++=sourceIndex++;
3769 *offsets++=sourceIndex++;
3843 /* get the number of code units for c to correctly advance sourceIndex */
3854 *offsets++=sourceIndex++;
3857 /* offsets and sourceIndex are now set for the current character */
3865 &offsets, sourceIndex,
3868 sourceIndex+=length+(int32_t)(source-lastSource);
3908 *offsets++=sourceIndex++;
3938 int32_t prevSourceIndex, sourceIndex, nextSourceIndex;
3954 * pass sourceIndex=-1 because we continue from an earlier buffer
4013 /* sourceIndex=-1 if the current character began in the previous buffer */
4015 sourceIndex= c==0 ? 0 : -1;
4060 *offsets++=sourceIndex;
4061 prevSourceIndex=sourceIndex;
4062 sourceIndex=nextSourceIndex;
4467 &offsets, sourceIndex,
4484 prevSourceIndex=sourceIndex;
4485 sourceIndex=nextSourceIndex;
4515 *offsets++=sourceIndex;
4518 *offsets++=sourceIndex;
4521 *offsets++=sourceIndex;
4524 *offsets++=sourceIndex;
4564 *offsets++=sourceIndex;
4569 *offsets++=sourceIndex;
4574 *offsets++=sourceIndex;
4591 prevSourceIndex=sourceIndex;
4592 sourceIndex=nextSourceIndex;
4629 /* set the last source character's index (sourceIndex points at sourceLimit now) */