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.h167 URX_LOOP_DOT_I = 52, // .*, initialization of the optimized loop. enumerator
Dregexcmp.cpp818 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions()
951 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions()
2805 case URX_LOOP_DOT_I: in matchStartType()
3389 case URX_LOOP_DOT_I: in minMatchLength()
3699 case URX_LOOP_DOT_I: in maxMatchLength()
3876 case URX_LOOP_DOT_I: in stripNOPs()
Drepattrn.cpp762 case URX_LOOP_DOT_I: in dumpOp()
Drematch.cpp4182 case URX_LOOP_DOT_I: in MatchAt()
4269 if (URX_TYPE(prevOp) == URX_LOOP_DOT_I) { in MatchAt()
5689 case URX_LOOP_DOT_I: in MatchChunkAt()
5775 if (URX_TYPE(prevOp) == URX_LOOP_DOT_I) { in MatchChunkAt()