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.cpp798 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions()
931 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions()
2770 case URX_LOOP_DOT_I: in matchStartType()
3357 case URX_LOOP_DOT_I: in minMatchLength()
3681 case URX_LOOP_DOT_I: in maxMatchLength()
3865 case URX_LOOP_DOT_I: in stripNOPs()
Drepattrn.cpp747 case URX_LOOP_DOT_I: in dumpOp()
Drematch.cpp4166 case URX_LOOP_DOT_I: in MatchAt()
4253 if (URX_TYPE(prevOp) == URX_LOOP_DOT_I) { in MatchAt()
5657 case URX_LOOP_DOT_I: in MatchChunkAt()
5743 if (URX_TYPE(prevOp) == URX_LOOP_DOT_I) { in MatchChunkAt()