• Home
  • Raw
  • Download

Lines Matching refs:fExtra

575         e = fFrame->fExtra[groupOffset + 1];  in end64()
1182 s = fFrame->fExtra[groupOffset]; in group()
1183 e = fFrame->fExtra[groupOffset+1]; in group()
1261 s = fFrame->fExtra[groupOffset]; in appendGroup()
1262 e = fFrame->fExtra[groupOffset+1]; in appendGroup()
2296 s = fFrame->fExtra[groupOffset]; in start64()
2505 iFrame->fExtra[i] = -1; in resetStack()
2915 fp->fExtra[opValue+2] = fp->fInputIdx; in MatchAt()
2921 … U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set. in MatchAt()
2922 fp->fExtra[opValue] = fp->fExtra[opValue+2]; // Tentative start becomes real. in MatchAt()
2923 fp->fExtra[opValue+1] = fp->fInputIdx; // End position in MatchAt()
2924 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]); in MatchAt()
3510 int64_t prevInputIdx = fp->fExtra[frameLoc]; in MatchAt()
3516 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchAt()
3526 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero in MatchAt()
3543 fp->fExtra[opValue+1] = fp->fInputIdx; // For loop breaking. in MatchAt()
3555 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
3567 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()
3584 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero in MatchAt()
3597 … fp->fExtra[opValue+1] = fp->fInputIdx; // Save initial input index for loop breaking. in MatchAt()
3615 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
3638 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()
3680 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt()
3681 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt()
3727 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt()
3728 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt()
3782 fp->fExtra[opValue] = fp->fInputIdx; in MatchAt()
3792 int64_t savedInputIdx = fp->fExtra[dataLoc]; in MatchAt()
4140 fp->fExtra[stackLoc] = fp->fInputIdx; in MatchAt()
4201 fp->fExtra[stackLoc] = fp->fInputIdx; in MatchAt()
4216 backSearchIndex = fp->fExtra[opValue]; in MatchAt()
4479 fp->fExtra[opValue+2] = fp->fInputIdx; in MatchChunkAt()
4485 … U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set. in MatchChunkAt()
4486 fp->fExtra[opValue] = fp->fExtra[opValue+2]; // Tentative start becomes real. in MatchChunkAt()
4487 fp->fExtra[opValue+1] = fp->fInputIdx; // End position in MatchChunkAt()
4488 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]); in MatchChunkAt()
5044 int32_t prevInputIdx = (int32_t)fp->fExtra[frameLoc]; in MatchChunkAt()
5050 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchChunkAt()
5060 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero in MatchChunkAt()
5077 fp->fExtra[opValue+1] = fp->fInputIdx; // For loop breaking. in MatchChunkAt()
5089 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchChunkAt()
5101 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchChunkAt()
5118 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero in MatchChunkAt()
5131 … fp->fExtra[opValue+1] = fp->fInputIdx; // Save initial input index for loop breaking. in MatchChunkAt()
5149 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchChunkAt()
5172 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchChunkAt()
5214 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchChunkAt()
5215 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt()
5246 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchChunkAt()
5247 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt()
5298 fp->fExtra[opValue] = fp->fInputIdx; in MatchChunkAt()
5308 int32_t savedInputIdx = (int32_t)fp->fExtra[dataLoc]; in MatchChunkAt()
5640 fp->fExtra[stackLoc] = fp->fInputIdx; in MatchChunkAt()
5702 fp->fExtra[stackLoc] = fp->fInputIdx; in MatchChunkAt()
5717 backSearchIndex = (int32_t)fp->fExtra[opValue]; in MatchChunkAt()