Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregeximp.h84 URX_DOTANY_ALL = 21, // ., in the . matches any mode. enumerator
Dregexcmp.cpp796 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
800 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()
929 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
933 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()
1110 appendOp(URX_DOTANY_ALL, 0); in doParseActions()
2899 case URX_DOTANY_ALL: // . matches one or two. in matchStartType()
3269 case URX_DOTANY_ALL: // . matches one or two. in minMatchLength()
3541 case URX_DOTANY_ALL: in maxMatchLength()
3841 case URX_DOTANY_ALL: in stripNOPs()
Drepattrn.cpp704 case URX_DOTANY_ALL: in dumpOp()
Drematch.cpp3425 case URX_DOTANY_ALL: in MatchAt()
4978 case URX_DOTANY_ALL: in MatchChunkAt()