Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dregeximp.h181 URX_BACKSLASH_V = 58 // Value field: 0: \v 1: \V enumerator
Dregexcmp.cpp1221 appendOp(URX_BACKSLASH_V, 1); in doParseActions()
1226 appendOp(URX_BACKSLASH_V, 0); in doParseActions()
2845 case URX_BACKSLASH_V: // Any line ending code point, with optional negation in matchStartType()
3255 case URX_BACKSLASH_V: in minMatchLength()
3540 case URX_BACKSLASH_V: in maxMatchLength()
3871 case URX_BACKSLASH_V: in stripNOPs()
Drepattrn.cpp750 case URX_BACKSLASH_V: in dumpOp()
Drematch.cpp3168 case URX_BACKSLASH_V: // \v, any single line ending character. in MatchAt()
4729 case URX_BACKSLASH_V: // Any single code point line ending. in MatchChunkAt()