Searched refs:frameLoc (Results 1 – 2 of 2) sorted by relevance
797 int32_t frameLoc; in doParseActions() local806 frameLoc = allocateStackData(1); in doParseActions()807 appendOp(URX_LOOP_C, frameLoc); in doParseActions()824 frameLoc = allocateStackData(1); in doParseActions()825 appendOp(URX_LOOP_C, frameLoc); in doParseActions()839 frameLoc = allocateStackData(1); in doParseActions()841 int32_t op = buildOp(URX_STO_INP_LOC, frameLoc); in doParseActions()
3452 int32_t frameLoc = URX_VAL(stoOp); in MatchAt() local3453 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchAt()3454 int64_t prevInputIdx = fp->fExtra[frameLoc]; in MatchAt()3460 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchAt()4935 int32_t frameLoc = URX_VAL(stoOp); in MatchChunkAt() local4936 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchChunkAt()4937 int32_t prevInputIdx = (int32_t)fp->fExtra[frameLoc]; in MatchChunkAt()4943 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchChunkAt()