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()
2505 iFrame->fExtra[i] = -1; in resetStack()
2908 fp->fExtra[opValue+2] = fp->fInputIdx; in MatchAt()
2914 … U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set. in MatchAt()
2915 fp->fExtra[opValue] = fp->fExtra[opValue+2]; // Tentative start becomes real. in MatchAt()
2916 fp->fExtra[opValue+1] = fp->fInputIdx; // End position in MatchAt()
2917 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]); in MatchAt()
3503 int64_t prevInputIdx = fp->fExtra[frameLoc]; in MatchAt()
3509 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchAt()
3519 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero in MatchAt()
3536 fp->fExtra[opValue+1] = fp->fInputIdx; // For loop breaking. in MatchAt()
3548 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
3560 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()
3577 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero in MatchAt()
3590 … fp->fExtra[opValue+1] = fp->fInputIdx; // Save initial input index for loop breaking. in MatchAt()
3608 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt()
3631 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchAt()
3673 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt()
3674 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt()
3720 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchAt()
3721 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchAt()
3775 fp->fExtra[opValue] = fp->fInputIdx; in MatchAt()
3785 int64_t savedInputIdx = fp->fExtra[dataLoc]; in MatchAt()
4133 fp->fExtra[stackLoc] = fp->fInputIdx; in MatchAt()
4194 fp->fExtra[stackLoc] = fp->fInputIdx; in MatchAt()
4209 backSearchIndex = fp->fExtra[opValue]; in MatchAt()
4468 fp->fExtra[opValue+2] = fp->fInputIdx; in MatchChunkAt()
4474 … U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set. in MatchChunkAt()
4475 fp->fExtra[opValue] = fp->fExtra[opValue+2]; // Tentative start becomes real. in MatchChunkAt()
4476 fp->fExtra[opValue+1] = fp->fInputIdx; // End position in MatchChunkAt()
4477 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]); in MatchChunkAt()
5033 int32_t prevInputIdx = (int32_t)fp->fExtra[frameLoc]; in MatchChunkAt()
5039 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchChunkAt()
5049 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero in MatchChunkAt()
5066 fp->fExtra[opValue+1] = fp->fInputIdx; // For loop breaking. in MatchChunkAt()
5078 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchChunkAt()
5090 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchChunkAt()
5107 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero in MatchChunkAt()
5120 … fp->fExtra[opValue+1] = fp->fInputIdx; // Save initial input index for loop breaking. in MatchChunkAt()
5138 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchChunkAt()
5161 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1]; in MatchChunkAt()
5203 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchChunkAt()
5204 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt()
5235 int64_t groupStartIdx = fp->fExtra[opValue]; in MatchChunkAt()
5236 int64_t groupEndIdx = fp->fExtra[opValue+1]; in MatchChunkAt()
5287 fp->fExtra[opValue] = fp->fInputIdx; in MatchChunkAt()
5297 int32_t savedInputIdx = (int32_t)fp->fExtra[dataLoc]; in MatchChunkAt()
5629 fp->fExtra[stackLoc] = fp->fInputIdx; in MatchChunkAt()
5691 fp->fExtra[stackLoc] = fp->fInputIdx; in MatchChunkAt()
5706 backSearchIndex = (int32_t)fp->fExtra[opValue]; in MatchChunkAt()