Searched refs:syntax_escape (Results 1 – 4 of 4) sorted by relevance
279 case regex_constants::syntax_escape: in parse_basic()344 case regex_constants::syntax_escape: in parse_extended()1247 if(this->m_traits.syntax_type(*m_position) == regex_constants::syntax_escape) in parse_repeat_range()1401 case regex_constants::syntax_escape: in parse_set()1669 case regex_constants::syntax_escape: in get_next_set_literal()1804 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_escape) --m_position; in unescape_character()1816 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_escape) --m_position; in unescape_character()1828 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_escape) --m_position; in unescape_character()1840 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_escape) --m_position; in unescape_character()1856 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_escape) --m_position; in unescape_character()[all …]
42 static const syntax_type syntax_escape = 12; variable
594 regex_constants::syntax_escape, /*\*/ in get_default_syntax_type()
112 …he character preceding c in the expression being parsed then: `v.syntax_type(b) == syntax_escape`]]