Searched refs:stoOp (Results 1 – 2 of 2) sorted by relevance
516 int32_t stoOp = URX_BUILD(URX_STO_SP, varLoc); in doParseActions() local517 fRXPat->fCompiledPat->addElement(stoOp, *fStatus); in doParseActions()2076 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen() local2077 U_ASSERT(URX_TYPE(stoOp) == URX_STO_SP); in handleCloseParen()2078 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen()
3464 int32_t stoOp = (int32_t)pat[opValue-1]; in MatchAt() local3465 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchAt()3466 int32_t frameLoc = URX_VAL(stoOp); in MatchAt()4923 int32_t stoOp = (int32_t)pat[opValue-1]; in MatchChunkAt() local4924 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchChunkAt()4925 int32_t frameLoc = URX_VAL(stoOp); in MatchChunkAt()