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.h82 URX_DOTANY_ALL = 21, // ., in the . matches any mode. enumerator
Dregexcmp.cpp792 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
796 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()
925 URX_TYPE(repeatedOp) == URX_DOTANY_ALL || in doParseActions()
929 if (URX_TYPE(repeatedOp) == URX_DOTANY_ALL) { in doParseActions()
1106 appendOp(URX_DOTANY_ALL, 0); in doParseActions()
2880 case URX_DOTANY_ALL: // . matches one or two. in matchStartType()
3249 case URX_DOTANY_ALL: // . matches one or two. in minMatchLength()
3532 case URX_DOTANY_ALL: in maxMatchLength()
3832 case URX_DOTANY_ALL: in stripNOPs()
Drepattrn.cpp701 case URX_DOTANY_ALL: in dumpOp()
Drematch.cpp3424 case URX_DOTANY_ALL: in MatchAt()
4962 case URX_DOTANY_ALL: in MatchChunkAt()