Home
last modified time | relevance | path

Searched refs:URX_RESERVED_OP_N (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregeximp.h58 URX_RESERVED_OP_N = 255, // For multi-operand ops, negative operand values. enumerator
Dregexcmp.cpp1962 if (!(type == URX_RESERVED_OP_N || type == URX_RESERVED_OP)) { in buildOp()
1972 type = URX_RESERVED_OP_N; in buildOp()
3823 case URX_RESERVED_OP_N: in stripNOPs()