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()
3501 int32_t frameLoc = URX_VAL(stoOp); in MatchAt() local3502 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchAt()3503 int64_t prevInputIdx = fp->fExtra[frameLoc]; in MatchAt()3509 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchAt()5031 int32_t frameLoc = URX_VAL(stoOp); in MatchChunkAt() local5032 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchChunkAt()5033 int32_t prevInputIdx = (int32_t)fp->fExtra[frameLoc]; in MatchChunkAt()5039 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchChunkAt()