Lines Matching refs:fExtra
579 e = fFrame->fExtra[groupOffset + 1];
1160 s = fFrame->fExtra[groupOffset];
1161 e = fFrame->fExtra[groupOffset+1];
1229 s = fFrame->fExtra[groupOffset];
1230 e = fFrame->fExtra[groupOffset+1];
1317 s = fFrame->fExtra[groupOffset];
1318 e = fFrame->fExtra[groupOffset+1];
2296 s = fFrame->fExtra[groupOffset];
2501 iFrame->fExtra[i] = -1;
2927 // fp->fExtra[opValue] - The start of a completed capture group
2933 fp->fExtra[opValue+2] = fp->fInputIdx;
2939 U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set.
2940 fp->fExtra[opValue] = fp->fExtra[opValue+2]; // Tentative start becomes real.
2941 fp->fExtra[opValue+1] = fp->fInputIdx; // End position
2942 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]);
3468 int64_t prevInputIdx = fp->fExtra[frameLoc];
3474 fp->fExtra[frameLoc] = fp->fInputIdx;
3484 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero
3511 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)];
3536 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero
3564 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)];
3623 int64_t groupStartIdx = fp->fExtra[opValue];
3624 int64_t groupEndIdx = fp->fExtra[opValue+1];
3670 int64_t groupStartIdx = fp->fExtra[opValue];
3671 int64_t groupEndIdx = fp->fExtra[opValue+1];
3725 fp->fExtra[opValue] = fp->fInputIdx;
3735 int64_t savedInputIdx = fp->fExtra[dataLoc];
4083 fp->fExtra[stackLoc] = fp->fInputIdx;
4144 fp->fExtra[stackLoc] = fp->fInputIdx;
4159 backSearchIndex = fp->fExtra[opValue];
4418 // fp->fExtra[opValue] - The start of a completed capture group
4424 fp->fExtra[opValue+2] = fp->fInputIdx;
4430 U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set.
4431 fp->fExtra[opValue] = fp->fExtra[opValue+2]; // Tentative start becomes real.
4432 fp->fExtra[opValue+1] = fp->fInputIdx; // End position
4433 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]);
4927 int32_t prevInputIdx = (int32_t)fp->fExtra[frameLoc];
4933 fp->fExtra[frameLoc] = fp->fInputIdx;
4943 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero
4970 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)];
4995 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero
5023 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)];
5082 int64_t groupStartIdx = fp->fExtra[opValue];
5083 int64_t groupEndIdx = fp->fExtra[opValue+1];
5114 int64_t groupStartIdx = fp->fExtra[opValue];
5115 int64_t groupEndIdx = fp->fExtra[opValue+1];
5166 fp->fExtra[opValue] = fp->fInputIdx;
5176 int32_t savedInputIdx = (int32_t)fp->fExtra[dataLoc];
5508 fp->fExtra[stackLoc] = fp->fInputIdx;
5570 fp->fExtra[stackLoc] = fp->fInputIdx;
5585 backSearchIndex = (int32_t)fp->fExtra[opValue];