Home | History | Annotate | Download | only in i18n

Lines Matching refs:fExtra

579         e = fFrame->fExtra[groupOffset + 1];
1186 s = fFrame->fExtra[groupOffset];
1187 e = fFrame->fExtra[groupOffset+1];
1265 s = fFrame->fExtra[groupOffset];
1266 e = fFrame->fExtra[groupOffset+1];
2300 s = fFrame->fExtra[groupOffset];
2509 iFrame->fExtra[i] = -1;
2903 // fp->fExtra[opValue] - The start of a completed capture group
2909 fp->fExtra[opValue+2] = fp->fInputIdx;
2915 U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set.
2916 fp->fExtra[opValue] = fp->fExtra[opValue+2]; // Tentative start becomes real.
2917 fp->fExtra[opValue+1] = fp->fInputIdx; // End position
2918 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]);
3504 int64_t prevInputIdx = fp->fExtra[frameLoc];
3510 fp->fExtra[frameLoc] = fp->fInputIdx;
3520 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero
3537 fp->fExtra[opValue+1] = fp->fInputIdx; // For loop breaking.
3549 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)];
3561 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1];
3578 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero
3591 fp->fExtra[opValue+1] = fp->fInputIdx; // Save initial input index for loop breaking.
3609 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)];
3632 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1];
3674 int64_t groupStartIdx = fp->fExtra[opValue];
3675 int64_t groupEndIdx = fp->fExtra[opValue+1];
3721 int64_t groupStartIdx = fp->fExtra[opValue];
3722 int64_t groupEndIdx = fp->fExtra[opValue+1];
3776 fp->fExtra[opValue] = fp->fInputIdx;
3786 int64_t savedInputIdx = fp->fExtra[dataLoc];
4154 fp->fExtra[stackLoc] = fp->fInputIdx;
4215 fp->fExtra[stackLoc] = fp->fInputIdx;
4230 backSearchIndex = fp->fExtra[opValue];
4466 // fp->fExtra[opValue] - The start of a completed capture group
4472 fp->fExtra[opValue+2] = fp->fInputIdx;
4478 U_ASSERT(fp->fExtra[opValue+2] >= 0); // Start pos for this group must be set.
4479 fp->fExtra[opValue] = fp->fExtra[opValue+2]; // Tentative start becomes real.
4480 fp->fExtra[opValue+1] = fp->fInputIdx; // End position
4481 U_ASSERT(fp->fExtra[opValue] <= fp->fExtra[opValue+1]);
5037 int32_t prevInputIdx = (int32_t)fp->fExtra[frameLoc];
5043 fp->fExtra[frameLoc] = fp->fInputIdx;
5053 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero
5070 fp->fExtra[opValue+1] = fp->fInputIdx; // For loop breaking.
5082 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)];
5094 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1];
5111 fp->fExtra[opValue] = 0; // Set the loop counter variable to zero
5124 fp->fExtra[opValue+1] = fp->fInputIdx; // Save initial input index for loop breaking.
5142 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)];
5165 int64_t *pLastInputIdx = &fp->fExtra[URX_VAL(initOp) + 1];
5207 int64_t groupStartIdx = fp->fExtra[opValue];
5208 int64_t groupEndIdx = fp->fExtra[opValue+1];
5245 int64_t groupStartIdx = fp->fExtra[opValue];
5246 int64_t groupEndIdx = fp->fExtra[opValue+1];
5297 fp->fExtra[opValue] = fp->fInputIdx;
5307 int32_t savedInputIdx = (int32_t)fp->fExtra[dataLoc];
5645 fp->fExtra[stackLoc] = fp->fInputIdx;
5707 fp->fExtra[stackLoc] = fp->fInputIdx;
5722 backSearchIndex = (int32_t)fp->fExtra[opValue];