Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp791 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local
793 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
795 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
804 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()
805 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
806 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()
809 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()
934 int32_t repeatedOp = (int32_t)fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local
936 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
938 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
[all …]