Searched refs:frameLoc (Results 1 – 2 of 2) sorted by relevance
781 int32_t frameLoc; in doParseActions() local790 frameLoc = allocateStackData(1); in doParseActions()791 appendOp(URX_LOOP_C, frameLoc); in doParseActions()808 frameLoc = allocateStackData(1); in doParseActions()809 appendOp(URX_LOOP_C, frameLoc); in doParseActions()823 frameLoc = allocateStackData(1); in doParseActions()825 int32_t op = buildOp(URX_STO_INP_LOC, frameLoc); in doParseActions()
3502 int32_t frameLoc = URX_VAL(stoOp); in MatchAt() local3503 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchAt()3504 int64_t prevInputIdx = fp->fExtra[frameLoc]; in MatchAt()3510 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchAt()5047 int32_t frameLoc = URX_VAL(stoOp); in MatchChunkAt() local5048 U_ASSERT(frameLoc >= 0 && frameLoc < fFrameSize); in MatchChunkAt()5049 int32_t prevInputIdx = (int32_t)fp->fExtra[frameLoc]; in MatchChunkAt()5055 fp->fExtra[frameLoc] = fp->fInputIdx; in MatchChunkAt()