Searched refs:stoOp (Results 1 – 2 of 2) sorted by relevance
3500 int32_t stoOp = (int32_t)pat[opValue-1]; in MatchAt() local3501 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchAt()3502 int32_t frameLoc = URX_VAL(stoOp); in MatchAt()5045 int32_t stoOp = (int32_t)pat[opValue-1]; in MatchChunkAt() local5046 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchChunkAt()5047 int32_t frameLoc = URX_VAL(stoOp); in MatchChunkAt()
2237 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen() local2238 U_ASSERT(URX_TYPE(stoOp) == URX_STO_SP); in handleCloseParen()2239 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen()