Lines Matching refs:fExtra
579 e = fFrame->fExtra[groupOffset + 1]; in end64()
1186 s = fFrame->fExtra[groupOffset]; in group()
1187 e = fFrame->fExtra[groupOffset+1]; in group()
1265 s = fFrame->fExtra[groupOffset]; in appendGroup()
1266 e = fFrame->fExtra[groupOffset+1]; in appendGroup()
2300 s = fFrame->fExtra[groupOffset]; in start64()
2509 iFrame->fExtra[i] = -1; in resetStack()
2909 fp->fExtra[opValue+2] = fp->fInputIdx; in MatchAt()
2915 … U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set. in MatchAt()
2916 fp->fExtra[opValue] = fp->fExtra[opValue+2]; // Tentative start becomes real. in MatchAt()
2917 fp->fExtra[opValue+1] = fp->fInputIdx; // End position in MatchAt()
2918 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]); in MatchAt()
3504 int64_t prevInputIdx = fp->fExtra[frameLoc]; in MatchAt()
3510 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchAt()
3520 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero in MatchAt()
3537 fp->fExtra[opValue+1] = fp->fInputIdx; // For loop breaking. in MatchAt()
3549 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
3561 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()
3585 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero in MatchAt()
3598 … fp->fExtra[opValue+1] = fp->fInputIdx; // Save initial input index for loop breaking. in MatchAt()
3616 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
3644 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()
3686 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt()
3687 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt()
3733 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt()
3734 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt()
3788 fp->fExtra[opValue] = fp->fInputIdx; in MatchAt()
3798 int64_t savedInputIdx = fp->fExtra[dataLoc]; in MatchAt()
4166 fp->fExtra[stackLoc] = fp->fInputIdx; in MatchAt()
4227 fp->fExtra[stackLoc] = fp->fInputIdx; in MatchAt()
4242 backSearchIndex = fp->fExtra[opValue]; in MatchAt()
4484 fp->fExtra[opValue+2] = fp->fInputIdx; in MatchChunkAt()
4490 … U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set. in MatchChunkAt()
4491 fp->fExtra[opValue] = fp->fExtra[opValue+2]; // Tentative start becomes real. in MatchChunkAt()
4492 fp->fExtra[opValue+1] = fp->fInputIdx; // End position in MatchChunkAt()
4493 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]); in MatchChunkAt()
5049 int32_t prevInputIdx = (int32_t)fp->fExtra[frameLoc]; in MatchChunkAt()
5055 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchChunkAt()
5065 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero in MatchChunkAt()
5082 fp->fExtra[opValue+1] = fp->fInputIdx; // For loop breaking. in MatchChunkAt()
5094 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchChunkAt()
5106 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchChunkAt()
5129 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero in MatchChunkAt()
5142 … fp->fExtra[opValue+1] = fp->fInputIdx; // Save initial input index for loop breaking. in MatchChunkAt()
5160 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchChunkAt()
5187 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchChunkAt()
5229 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchChunkAt()
5230 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt()
5267 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchChunkAt()
5268 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt()
5319 fp->fExtra[opValue] = fp->fInputIdx; in MatchChunkAt()
5329 int32_t savedInputIdx = (int32_t)fp->fExtra[dataLoc]; in MatchChunkAt()
5667 fp->fExtra[stackLoc] = fp->fInputIdx; in MatchChunkAt()
5729 fp->fExtra[stackLoc] = fp->fInputIdx; in MatchChunkAt()
5744 backSearchIndex = (int32_t)fp->fExtra[opValue]; in MatchChunkAt()