Searched refs:frameLoc (Results 1 – 2 of 2) 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()