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.h179 URX_BACKSLASH_V = 58 // Value field: 0: \v 1: \V enumerator
Dregexcmp.cpp1218 appendOp(URX_BACKSLASH_V, 1); in doParseActions()
1223 appendOp(URX_BACKSLASH_V, 0); in doParseActions()
2837 case URX_BACKSLASH_V: // Any line ending code point, with optional negation in matchStartType()
3246 case URX_BACKSLASH_V: in minMatchLength()
3530 case URX_BACKSLASH_V: in maxMatchLength()
3861 case URX_BACKSLASH_V: in stripNOPs()
Drepattrn.cpp747 case URX_BACKSLASH_V: in dumpOp()
Drematch.cpp3167 case URX_BACKSLASH_V: // \v, any single line ending character. in MatchAt()
4725 case URX_BACKSLASH_V: // Any single code point line ending. in MatchChunkAt()