Searched refs:stoOp (Results 1 – 2 of 2) sorted by relevance
3450 int32_t stoOp = (int32_t)pat[opValue-1]; in MatchAt() local3451 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchAt()3452 int32_t frameLoc = URX_VAL(stoOp); in MatchAt()4933 int32_t stoOp = (int32_t)pat[opValue-1]; in MatchChunkAt() local4934 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC); in MatchChunkAt()4935 int32_t frameLoc = URX_VAL(stoOp); in MatchChunkAt()
2247 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1); in handleCloseParen() local2248 U_ASSERT(URX_TYPE(stoOp) == URX_STO_SP); in handleCloseParen()2249 int32_t stoLoc = URX_VAL(stoOp); in handleCloseParen()