Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dregexcmp.cpp753 int32_t repeatedOp = fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local
755 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
757 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
766 if (URX_TYPE(repeatedOp) == URX_DOTANY || in doParseActions()
767 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
768 URX_TYPE(repeatedOp) == URX_DOTANY_UNIX) { in doParseActions()
771 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()
896 int32_t repeatedOp = fRXPat->fCompiledPat->elementAti(topLoc); in doParseActions() local
898 if (URX_TYPE(repeatedOp) == URX_SETREF) { in doParseActions()
900 int32_t loopOpI = URX_BUILD(URX_LOOP_SR_I, URX_VAL(repeatedOp)); in doParseActions()
[all …]