Searched refs:stoOp (Results 1 – 2 of 2) sorted by relevance
3506 int32_t stoOp = (int32_t)pat[opValue-1]; in MatchAt() local3507 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchAt()3508 int32_t frameLoc = URX_VAL(stoOp); in MatchAt()5040 int32_t stoOp = (int32_t)pat[opValue-1]; in MatchChunkAt() local5041 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchChunkAt()5042 int32_t frameLoc = URX_VAL(stoOp); in MatchChunkAt()
2232 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen() local2233 U_ASSERT(URX_TYPE(stoOp) == URX_STO_SP); in handleCloseParen()2234 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen()