Searched refs:frameLoc (Results 1 – 4 of 4) sorted by relevance
787 int32_t frameLoc; in doParseActions() local797 frameLoc = fRXPat->fFrameSize; in doParseActions()799 int32_t loopOpC = URX_BUILD(URX_LOOP_C, frameLoc); in doParseActions()817 frameLoc = fRXPat->fFrameSize; in doParseActions()819 int32_t loopOpC = URX_BUILD(URX_LOOP_C, frameLoc); in doParseActions()834 frameLoc = fRXPat->fFrameSize; in doParseActions()837 int32_t op = URX_BUILD(URX_STO_INP_LOC, frameLoc); in doParseActions()
3466 int32_t frameLoc = URX_VAL(stoOp); in MatchAt() local3467 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchAt()3468 int64_t prevInputIdx = fp->fExtra[frameLoc]; in MatchAt()3474 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchAt()4925 int32_t frameLoc = URX_VAL(stoOp); in MatchChunkAt() local4926 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchChunkAt()4927 int32_t prevInputIdx = (int32_t)fp->fExtra[frameLoc]; in MatchChunkAt()4933 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchChunkAt()
765 int32_t frameLoc; in doParseActions() local775 frameLoc = fRXPat->fFrameSize; in doParseActions()777 int32_t loopOpC = URX_BUILD(URX_LOOP_C, frameLoc); in doParseActions()795 frameLoc = fRXPat->fFrameSize; in doParseActions()797 int32_t loopOpC = URX_BUILD(URX_LOOP_C, frameLoc); in doParseActions()812 frameLoc = fRXPat->fFrameSize; in doParseActions()815 int32_t op = URX_BUILD(URX_STO_INP_LOC, frameLoc); in doParseActions()
3599 int32_t frameLoc = URX_VAL(stoOp); in MatchAt() local3600 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchAt()3601 int64_t prevInputIdx = fp->fExtra[frameLoc]; in MatchAt()3607 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchAt()5271 int32_t frameLoc = URX_VAL(stoOp); in MatchChunkAt() local5272 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchChunkAt()5273 int32_t prevInputIdx = (int32_t)fp->fExtra[frameLoc]; in MatchChunkAt()5279 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchChunkAt()