Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregexcmp.cpp785 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local
787 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
789 appendOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
795 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()
796 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
797 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()
800 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()
917 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local
919 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
921 int32_t loopOpI = buildOp(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
[all …]