Home
last modified time | relevance | path

Searched refs:URX_RESERVED_OP (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp661 appendOp(URX_RESERVED_OP, 0); // MinMatchLength. To be filled later. in doParseActions()
662 appendOp(URX_RESERVED_OP, 0); // MaxMatchLength. To be filled later. in doParseActions()
713 appendOp(URX_RESERVED_OP, 0); // MinMatchLength. To be filled later. in doParseActions()
714 appendOp(URX_RESERVED_OP, 0); // MaxMatchLength. To be filled later. in doParseActions()
715 appendOp(URX_RESERVED_OP, 0); // Continue Loc. To be filled later. in doParseActions()
1954 type = URX_RESERVED_OP; in buildOp()
1962 if (!(type == URX_RESERVED_OP_N || type == URX_RESERVED_OP)) { in buildOp()
2707 case URX_RESERVED_OP: in matchStartType()
3227 case URX_RESERVED_OP: in minMatchLength()
3491 case URX_RESERVED_OP: in maxMatchLength()
[all …]
Dregeximp.h57 URX_RESERVED_OP = 0, // For multi-operand ops, most non-first words. enumerator
Drepattrn.cpp716 case URX_RESERVED_OP: in dumpOp()