Lines Matching refs:fPatIdx
2738 fp->fPatIdx = savePatIdx; in StateSave()
2804 fp->fPatIdx = 0; in MatchAt()
2824 op = (int32_t)pat[fp->fPatIdx]; in MatchAt()
2832 fPattern->dumpOp(fp->fPatIdx); in MatchAt()
2835 fp->fPatIdx++; in MatchAt()
2874 op = (int32_t)pat[fp->fPatIdx]; // Fetch the second operand in MatchAt()
2875 fp->fPatIdx++; in MatchAt()
3444 fp->fPatIdx = opValue; in MatchAt()
3453 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt()
3454 fp->fPatIdx = opValue; // Then JMP. in MatchAt()
3472 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchAt()
3473 fp->fPatIdx = opValue; in MatchAt()
3488 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchAt()
3489 fp->fPatIdx += 3; in MatchAt()
3495 U_ASSERT(loopLoc>fp->fPatIdx); in MatchAt()
3508 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchAt()
3526 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt()
3528 fp->fPatIdx = opValue + 4; // Loop back. in MatchAt()
3540 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchAt()
3541 fp->fPatIdx += 3; in MatchAt()
3547 U_ASSERT(loopLoc>fp->fPatIdx); in MatchAt()
3551 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt()
3553 fp->fPatIdx = loopLoc+1; // Continue with stuff after repeated block in MatchAt()
3561 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchAt()
3586 fp->fPatIdx = opValue + 4; // Loop back. in MatchAt()
3731 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchAt()
3732 fp->fPatIdx += 1; in MatchAt()
3738 fp->fPatIdx = opValue; // JMP in MatchAt()
3815 op = (int32_t)pat[fp->fPatIdx]; in MatchAt()
3816 fp->fPatIdx++; in MatchAt()
3880 int32_t minML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3881 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3917 fp = StateSave(fp, fp->fPatIdx-3, status); in MatchAt()
3953 int32_t minML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3954 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3955 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++]; in MatchAt()
3959 U_ASSERT(continueLoc > fp->fPatIdx); in MatchAt()
3987 fp->fPatIdx = continueLoc; in MatchAt()
3993 fp = StateSave(fp, fp->fPatIdx-4, status); in MatchAt()
4072 fp->fPatIdx++; // skip the URX_LOOP_C op. in MatchAt()
4079 int32_t loopcOp = (int32_t)pat[fp->fPatIdx]; in MatchAt()
4089 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt()
4090 fp->fPatIdx++; in MatchAt()
4133 fp->fPatIdx++; // skip the URX_LOOP_C op. in MatchAt()
4140 int32_t loopcOp = (int32_t)pat[fp->fPatIdx]; in MatchAt()
4150 fp = StateSave(fp, fp->fPatIdx, status); in MatchAt()
4151 fp->fPatIdx++; in MatchAt()
4181 int32_t prevOp = (int32_t)pat[fp->fPatIdx-2]; in MatchAt()
4189 fp = StateSave(fp, fp->fPatIdx-1, status); in MatchAt()
4298 fp->fPatIdx = 0; in MatchChunkAt()
4318 op = (int32_t)pat[fp->fPatIdx]; in MatchChunkAt()
4326 fPattern->dumpOp(fp->fPatIdx); in MatchChunkAt()
4329 fp->fPatIdx++; in MatchChunkAt()
4368 op = (int32_t)pat[fp->fPatIdx]; // Fetch the second operand in MatchChunkAt()
4369 fp->fPatIdx++; in MatchChunkAt()
4903 fp->fPatIdx = opValue; in MatchChunkAt()
4912 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchChunkAt()
4913 fp->fPatIdx = opValue; // Then JMP. in MatchChunkAt()
4931 fp = StateSave(fp, fp->fPatIdx, status); // State save to loc following current in MatchChunkAt()
4932 fp->fPatIdx = opValue; in MatchChunkAt()
4947 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchChunkAt()
4948 fp->fPatIdx += 3; in MatchChunkAt()
4954 U_ASSERT(loopLoc>fp->fPatIdx); in MatchChunkAt()
4967 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchChunkAt()
4985 fp = StateSave(fp, fp->fPatIdx, status); in MatchChunkAt()
4987 fp->fPatIdx = opValue + 4; // Loop back. in MatchChunkAt()
4999 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchChunkAt()
5000 fp->fPatIdx += 3; in MatchChunkAt()
5006 U_ASSERT(loopLoc>fp->fPatIdx); in MatchChunkAt()
5010 fp = StateSave(fp, fp->fPatIdx, status); in MatchChunkAt()
5012 fp->fPatIdx = loopLoc+1; // Continue with stuff after repeated block in MatchChunkAt()
5020 U_ASSERT(opValue>0 && opValue < fp->fPatIdx-2); in MatchChunkAt()
5045 fp->fPatIdx = opValue + 4; // Loop back. in MatchChunkAt()
5172 int32_t instrOperandLoc = (int32_t)fp->fPatIdx; in MatchChunkAt()
5173 fp->fPatIdx += 1; in MatchChunkAt()
5179 fp->fPatIdx = opValue; // JMP in MatchChunkAt()
5248 op = (int32_t)pat[fp->fPatIdx]; in MatchChunkAt()
5249 fp->fPatIdx++; in MatchChunkAt()
5308 int32_t minML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5309 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5343 fp = StateSave(fp, fp->fPatIdx-3, status); in MatchChunkAt()
5379 int32_t minML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5380 int32_t maxML = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5381 int32_t continueLoc = (int32_t)pat[fp->fPatIdx++]; in MatchChunkAt()
5385 U_ASSERT(continueLoc > fp->fPatIdx); in MatchChunkAt()
5411 fp->fPatIdx = continueLoc; in MatchChunkAt()
5417 fp = StateSave(fp, fp->fPatIdx-4, status); in MatchChunkAt()
5497 fp->fPatIdx++; // skip the URX_LOOP_C op. in MatchChunkAt()
5504 int32_t loopcOp = (int32_t)pat[fp->fPatIdx]; in MatchChunkAt()
5514 fp = StateSave(fp, fp->fPatIdx, status); in MatchChunkAt()
5515 fp->fPatIdx++; in MatchChunkAt()
5559 fp->fPatIdx++; // skip the URX_LOOP_C op. in MatchChunkAt()
5566 int32_t loopcOp = (int32_t)pat[fp->fPatIdx]; in MatchChunkAt()
5576 fp = StateSave(fp, fp->fPatIdx, status); in MatchChunkAt()
5577 fp->fPatIdx++; in MatchChunkAt()
5605 int32_t prevOp = (int32_t)pat[fp->fPatIdx-2]; in MatchChunkAt()
5613 fp = StateSave(fp, fp->fPatIdx-1, status); in MatchChunkAt()