Searched refs:syntax_open_brace (Results 1 – 3 of 3) sorted by relevance
382 case regex_constants::syntax_open_brace: in parse_extended()598 case regex_constants::syntax_open_brace: in parse_basic_escape()808 if(this->m_traits.syntax_type(*m_position) == regex_constants::syntax_open_brace) in parse_extended_escape()884 if((syn == regex_constants::syntax_open_brace) in parse_extended_escape()896 case regex_constants::syntax_open_brace: in parse_extended_escape()1112 case regex_constants::syntax_open_brace: in parse_repeat()1167 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_open_brace) --m_position; in parse_repeat_range()1182 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_open_brace) --m_position; in parse_repeat_range()1196 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_open_brace) --m_position; in parse_repeat_range()1217 … while(this->m_traits.syntax_type(*m_position) != regex_constants::syntax_open_brace) --m_position; in parse_repeat_range()[all …]
44 static const syntax_type syntax_open_brace = 15; variable
430 regex_constants::syntax_open_brace, /*{*/ in get_default_escape_syntax_type()625 regex_constants::syntax_open_brace, /*{*/ in get_default_syntax_type()