Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp798 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions() local
801 loopOpI |= 1; in doParseActions()
804 loopOpI |= 2; in doParseActions()
806 appendOp(loopOpI); in doParseActions()
920 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions() local
921 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
931 int32_t loopOpI = buildOp(URX_LOOP_DOT_I, 0); in doParseActions() local
934 loopOpI |= 1; in doParseActions()
937 loopOpI |= 2; in doParseActions()
939 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()