Searched refs:match_not_bow (Results 1 – 25 of 32) sorted by relevance
12
80 & ~regex_constants::match_not_bow) in _GLIBCXX_VISIBILITY()
261 match_not_bow = 1 << _S_not_bow, in _GLIBCXX_VISIBILITY() enumerator
373 if (__right_is_word && !(_M_flags & regex_constants::match_not_bow)) in _M_word_boundary()
84 & ~regex_constants::match_not_bow) in _GLIBCXX_VISIBILITY()
272 constexpr match_flag_type match_not_bow = in _GLIBCXX_VISIBILITY() local
432 if (__right_is_word && !(_M_flags & regex_constants::match_not_bow)) in _M_word_boundary()
282 constexpr match_flag_type match_not_bow = in _GLIBCXX_VISIBILITY() local
431 if (__right_is_word && !(_M_flags & regex_constants::match_not_bow)) in _M_word_boundary()
283 _GLIBCXX17_INLINE constexpr match_flag_type match_not_bow = in _GLIBCXX_VISIBILITY() local
547 if (_M_current == _M_begin && (_M_flags & regex_constants::match_not_bow)) in _M_word_boundary()
498 if (_M_current == _M_begin && (_M_flags & regex_constants::match_not_bow)) in _M_word_boundary()
238 static const match_flag_type match_not_bow = 1 << _S_not_bow;264 * flags match_not_bol and match_not_bow are ignored by the regular
Completed in 21 milliseconds