Searched refs:frameLoc (Results 1 – 2 of 2) sorted by relevance
777 int32_t frameLoc; in doParseActions() local786 frameLoc = allocateStackData(1); in doParseActions()787 appendOp(URX_LOOP_C, frameLoc); in doParseActions()804 frameLoc = allocateStackData(1); in doParseActions()805 appendOp(URX_LOOP_C, frameLoc); in doParseActions()819 frameLoc = allocateStackData(1); in doParseActions()821 int32_t op = buildOp(URX_STO_INP_LOC, frameLoc); in doParseActions()
3508 int32_t frameLoc = URX_VAL(stoOp); in MatchAt() local3509 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchAt()3510 int64_t prevInputIdx = fp->fExtra[frameLoc]; in MatchAt()3516 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchAt()5042 int32_t frameLoc = URX_VAL(stoOp); in MatchChunkAt() local5043 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchChunkAt()5044 int32_t prevInputIdx = (int32_t)fp->fExtra[frameLoc]; in MatchChunkAt()5050 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchChunkAt()