Home | History | Annotate | Download | only in i18n

Lines Matching refs:stoOp

494             int32_t  stoOp     = URX_BUILD(URX_STO_SP, varLoc);
495 fRXPat->fCompiledPat->addElement(stoOp, *fStatus);
2107 int32_t stoOp = fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1);
2108 U_ASSERT(URX_TYPE(stoOp) == URX_STO_SP);
2109 int32_t stoLoc = URX_VAL(stoOp);