Home | History | Annotate | Download | only in common

Lines Matching refs:sourceIndex

400     int32_t sourceIndex, nextSourceIndex;
419 /* sourceIndex=-1 if the current character began in the previous buffer */
420 sourceIndex= c==0 ? 0 : -1;
459 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */
477 *offsets++=sourceIndex;
480 sourceIndex=nextSourceIndex;
514 sourceIndex;
516 sourceIndex=nextSourceIndex;
536 *offsets++=sourceIndex;
537 *offsets++=sourceIndex;
539 sourceIndex=nextSourceIndex;
553 *offsets++=sourceIndex;
556 *offsets++=sourceIndex;
559 *offsets++=sourceIndex;
562 *offsets++=sourceIndex;
568 sourceIndex=nextSourceIndex;
601 *offsets++=sourceIndex;
604 *offsets++=sourceIndex;
607 *offsets++=sourceIndex;
641 * offsets, sourceIndex, and nextSourceIndex.
952 int32_t sourceIndex, nextSourceIndex;
974 /* sourceIndex=-1 if the current character began in the previous buffer */
975 sourceIndex=byteIndex==0 ? 0 : -1;
1013 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */
1030 *offsets++=sourceIndex;
1032 sourceIndex=nextSourceIndex;
1044 *offsets++=sourceIndex;
1045 sourceIndex=nextSourceIndex;
1068 sourceIndex=nextSourceIndex;
1115 *offsets++=sourceIndex;
1121 *offsets++=sourceIndex;
1122 *offsets++=sourceIndex;
1125 *offsets++=sourceIndex;
1132 sourceIndex=nextSourceIndex;
1159 * offsets, sourceIndex, and nextSourceIndex.