Searched refs:stoOp (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dregexcmp.cpp502 int32_t stoOp = URX_BUILD(URX_STO_SP, varLoc); local
503 fRXPat->fCompiledPat->addElement(stoOp, *fStatus);
2116 int32_t stoOp = (int32_t)fRXPat->fCompiledPat->elementAti(fMatchOpenParen+1);
2117 U_ASSERT(URX_TYPE(stoOp) == URX_STO_SP);
2118 int32_t stoLoc = URX_VAL(stoOp);
H A Drematch.cpp3638 int32_t stoOp = (int32_t)pat[opValue-1]; local
3639 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC);
3640 int32_t frameLoc = URX_VAL(stoOp);
5310 int32_t stoOp = (int32_t)pat[opValue-1];
5311 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC);
5312 int32_t frameLoc = URX_VAL(stoOp);

Completed in 50 milliseconds