Home
last modified time | relevance | path

Searched refs:URX_LOOP_DOT_I (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Dregeximp.h165 URX_LOOP_DOT_I = 52, // .*, initialization of the optimized loop. enumerator
Dregexcmp.cpp795 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions()
928 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions()
2762 case URX_LOOP_DOT_I: in matchStartType()
3347 case URX_LOOP_DOT_I: in minMatchLength()
3671 case URX_LOOP_DOT_I: in maxMatchLength()
3855 case URX_LOOP_DOT_I: in stripNOPs()
Drepattrn.cpp744 case URX_LOOP_DOT_I: in dumpOp()
Drematch.cpp4145 case URX_LOOP_DOT_I: in MatchAt()
4232 if (URX_TYPE(prevOp) == URX_LOOP_DOT_I) { in MatchAt()
5641 case URX_LOOP_DOT_I: in MatchChunkAt()
5727 if (URX_TYPE(prevOp) == URX_LOOP_DOT_I) { in MatchChunkAt()