Home
last modified time | relevance | path

Searched defs:match_not_eow (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/regex/v4/
Dmatch_flags.hpp46 match_not_eow = match_not_bow << 1, /* last is not end of word */ enumerator
/third_party/boost/boost/xpressive/
Dregex_constants.hpp122 match_not_eow = 1 << 4, ///< Specifies that the expression "\\b" should not be enumerator