Lines Matching refs:fPatIdx

2726     fp->fPatIdx = savePatIdx;  in StateSave()
2786 fp->fPatIdx = 0; in MatchAt()
2800 op = (int32_t)pat[fp->fPatIdx]; in MatchAt()
2808 fPattern->dumpOp(fp->fPatIdx); in MatchAt()
2811 fp->fPatIdx++; in MatchAt()
2850 op = (int32_t)pat[fp->fPatIdx]; // Fetch the second operand in MatchAt()
2851 fp->fPatIdx++; in MatchAt()
3480 fp->fPatIdx = opValue; in MatchAt()
3489 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt()
3490 fp->fPatIdx = opValue; // Then JMP. in MatchAt()
3508 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt()
3509 fp->fPatIdx = opValue; in MatchAt()
3524 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchAt()
3525 fp->fPatIdx += 3; in MatchAt()
3531 U_ASSERT(loopLoc>=fp->fPatIdx); in MatchAt()
3546 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchAt()
3568 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt()
3577 fp->fPatIdx = opValue + 4; // Loop back. in MatchAt()
3589 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchAt()
3590 fp->fPatIdx += 3; in MatchAt()
3596 U_ASSERT(loopLoc>fp->fPatIdx); in MatchAt()
3603 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt()
3605 fp->fPatIdx = loopLoc+1; // Continue with stuff after repeated block in MatchAt()
3613 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchAt()
3632 fp->fPatIdx = opValue + 4; // Loop back. in MatchAt()
3794 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchAt()
3795 fp->fPatIdx += 1; in MatchAt()
3801 fp->fPatIdx = opValue; // JMP in MatchAt()
3878 op = (int32_t)pat[fp->fPatIdx]; in MatchAt()
3879 fp->fPatIdx++; in MatchAt()
3943 int32_t minML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3944 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3990 fp = StateSave(fp, fp->fPatIdx-3, status); in MatchAt()
4026 int32_t minML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
4027 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
4033 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
4037 U_ASSERT(continueLoc > fp->fPatIdx); in MatchAt()
4070 fp->fPatIdx = continueLoc; in MatchAt()
4076 fp = StateSave(fp, fp->fPatIdx-4, status); in MatchAt()
4155 fp->fPatIdx++; // skip the URX_LOOP_C op. in MatchAt()
4162 int32_t loopcOp = (int32_t)pat[fp->fPatIdx]; in MatchAt()
4172 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt()
4173 fp->fPatIdx++; in MatchAt()
4216 fp->fPatIdx++; // skip the URX_LOOP_C op. in MatchAt()
4223 int32_t loopcOp = (int32_t)pat[fp->fPatIdx]; in MatchAt()
4233 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt()
4234 fp->fPatIdx++; in MatchAt()
4264 int32_t prevOp = (int32_t)pat[fp->fPatIdx-2]; in MatchAt()
4272 fp = StateSave(fp, fp->fPatIdx-1, status); in MatchAt()
4364 fp->fPatIdx = 0; in MatchChunkAt()
4378 op = (int32_t)pat[fp->fPatIdx]; in MatchChunkAt()
4386 fPattern->dumpOp(fp->fPatIdx); in MatchChunkAt()
4389 fp->fPatIdx++; in MatchChunkAt()
4428 op = (int32_t)pat[fp->fPatIdx]; // Fetch the second operand in MatchChunkAt()
4429 fp->fPatIdx++; in MatchChunkAt()
5025 fp->fPatIdx = opValue; in MatchChunkAt()
5034 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchChunkAt()
5035 fp->fPatIdx = opValue; // Then JMP. in MatchChunkAt()
5053 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchChunkAt()
5054 fp->fPatIdx = opValue; in MatchChunkAt()
5069 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchChunkAt()
5070 fp->fPatIdx += 3; in MatchChunkAt()
5076 U_ASSERT(loopLoc>=fp->fPatIdx); in MatchChunkAt()
5091 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchChunkAt()
5113 fp = StateSave(fp, fp->fPatIdx, status); in MatchChunkAt()
5121 fp->fPatIdx = opValue + 4; // Loop back. in MatchChunkAt()
5133 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchChunkAt()
5134 fp->fPatIdx += 3; in MatchChunkAt()
5140 U_ASSERT(loopLoc>fp->fPatIdx); in MatchChunkAt()
5147 fp = StateSave(fp, fp->fPatIdx, status); in MatchChunkAt()
5149 fp->fPatIdx = loopLoc+1; // Continue with stuff after repeated block in MatchChunkAt()
5157 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchChunkAt()
5176 fp->fPatIdx = opValue + 4; // Loop back. in MatchChunkAt()
5325 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchChunkAt()
5326 fp->fPatIdx += 1; in MatchChunkAt()
5332 fp->fPatIdx = opValue; // JMP in MatchChunkAt()
5401 op = (int32_t)pat[fp->fPatIdx]; in MatchChunkAt()
5402 fp->fPatIdx++; in MatchChunkAt()
5461 int32_t minML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5462 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5499 fp = StateSave(fp, fp->fPatIdx-3, status); in MatchChunkAt()
5535 int32_t minML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5536 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5537 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5541 U_ASSERT(continueLoc > fp->fPatIdx); in MatchChunkAt()
5570 fp->fPatIdx = continueLoc; in MatchChunkAt()
5576 fp = StateSave(fp, fp->fPatIdx-4, status); in MatchChunkAt()
5656 fp->fPatIdx++; // skip the URX_LOOP_C op. in MatchChunkAt()
5663 int32_t loopcOp = (int32_t)pat[fp->fPatIdx]; in MatchChunkAt()
5673 fp = StateSave(fp, fp->fPatIdx, status); in MatchChunkAt()
5674 fp->fPatIdx++; in MatchChunkAt()
5718 fp->fPatIdx++; // skip the URX_LOOP_C op. in MatchChunkAt()
5725 int32_t loopcOp = (int32_t)pat[fp->fPatIdx]; in MatchChunkAt()
5735 fp = StateSave(fp, fp->fPatIdx, status); in MatchChunkAt()
5736 fp->fPatIdx++; in MatchChunkAt()
5764 int32_t prevOp = (int32_t)pat[fp->fPatIdx-2]; in MatchChunkAt()
5772 fp = StateSave(fp, fp->fPatIdx-1, status); in MatchChunkAt()