Searched refs:URX_STO_INP_LOC (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/i18n/
H A Dregeximp.h118 URX_STO_INP_LOC = 35, // Store the input location. Operand is location enumerator in enum:__anon4784
H A Drepattrn.cpp697 case URX_STO_INP_LOC:
H A Dregexcmp.cpp815 int32_t op = URX_BUILD(URX_STO_INP_LOC, frameLoc);
959 int32_t op = URX_BUILD(URX_STO_INP_LOC, dataLoc);
2484 case URX_STO_INP_LOC:
2965 case URX_STO_INP_LOC:
3216 case URX_STO_INP_LOC:
3543 case URX_STO_INP_LOC:
H A Drematch.cpp3630 // Destination of the JMP must be a URX_STO_INP_LOC, from which we get the
3635 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC);
3829 case URX_STO_INP_LOC:
5302 // Destination of the JMP must be a URX_STO_INP_LOC, from which we get the
5307 U_ASSERT(URX_TYPE(stoOp) == URX_STO_INP_LOC);
5507 case URX_STO_INP_LOC:

Completed in 33 milliseconds