Home | History | Annotate | Download | only in i18n

Lines Matching refs:stoOp

501             int32_t  stoOp     = URX_BUILD(URX_STO_SP, varLoc);
502 fRXPat->fCompiledPat->addElement(stoOp, *fStatus);
2114 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1);
2115 U_ASSERT(URX_TYPE(stoOp) == URX_STO_SP);
2116 int32_t stoLoc = URX_VAL(stoOp);