Home | History | Annotate | Download | only in common

Lines Matching refs:sourceIndex

395     int32_t sourceIndex, nextSourceIndex;
414 /* sourceIndex=-1 if the current character began in the previous buffer */
415 sourceIndex= c==0 ? 0 : -1;
454 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */
472 *offsets++=sourceIndex;
475 sourceIndex=nextSourceIndex;
509 *offsets++=sourceIndex;
511 sourceIndex=nextSourceIndex;
531 *offsets++=sourceIndex;
532 *offsets++=sourceIndex;
534 sourceIndex=nextSourceIndex;
548 *offsets++=sourceIndex;
551 *offsets++=sourceIndex;
554 *offsets++=sourceIndex;
557 *offsets++=sourceIndex;
563 sourceIndex=nextSourceIndex;
596 *offsets++=sourceIndex;
599 *offsets++=sourceIndex;
602 *offsets++=sourceIndex;
636 * offsets, sourceIndex, and nextSourceIndex.
947 int32_t sourceIndex, nextSourceIndex;
969 /* sourceIndex=-1 if the current character began in the previous buffer */
970 sourceIndex=byteIndex==0 ? 0 : -1;
1008 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */
1025 *offsets++=sourceIndex;
1027 sourceIndex=nextSourceIndex;
1039 *offsets++=sourceIndex;
1040 sourceIndex=nextSourceIndex;
1063 sourceIndex=nextSourceIndex;
1110 *offsets++=sourceIndex;
1116 *offsets++=sourceIndex;
1117 *offsets++=sourceIndex;
1120 *offsets++=sourceIndex;
1127 sourceIndex=nextSourceIndex;
1154 * offsets, sourceIndex, and nextSourceIndex.