Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp757 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions() local
758 fRXPat->fCompiledPat->addElement(loopOpI, *fStatus); in doParseActions()
770 int32_t loopOpI = URX_BUILD(URX_LOOP_DOT_I, 0); in doParseActions() local
773 loopOpI |= 1; in doParseActions()
776 loopOpI |= 2; in doParseActions()
778 fRXPat->fCompiledPat->addElement(loopOpI, *fStatus); in doParseActions()
900 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions() local
901 fRXPat->fCompiledPat->setElementAt(loopOpI, topLoc); in doParseActions()
913 int32_t loopOpI = URX_BUILD(URX_LOOP_DOT_I, 0); in doParseActions() local
916 loopOpI |= 1; in doParseActions()
[all …]