Searched refs:error_escape (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/xpressive/detail/dynamic/ |
D | parse_charset.hpp | 60 regex_constants::error_escape in operator ()() 85 BOOST_XPR_ENSURE_(begin != end, error_escape, "unexpected end of pattern found"); in parse_escape() 119 BOOST_XPR_ENSURE_(++begin != end, error_escape, "unexpected end of pattern found"); in parse_escape() 124 , error_escape in parse_escape() 158 BOOST_XPR_ENSURE_(++begin != end, error_escape, "unexpected end of pattern found"); in parse_escape() 161 BOOST_XPR_ENSURE_(2 == std::distance(tmp, begin), error_escape, "invalid hex escape : " in parse_escape() 166 BOOST_XPR_ENSURE_(++begin != end, error_escape, "unexpected end of pattern found"); in parse_escape() 169 BOOST_XPR_ENSURE_(4 == std::distance(tmp, begin), error_escape, "invalid Unicode escape : " in parse_escape()
|
/third_party/boost/boost/regex/v4/ |
D | basic_regex_parser.hpp | 701 …fail(regex_constants::error_escape, m_position - m_base, "The \\c and \\C escape sequences are not… in parse_basic_escape() 719 fail(regex_constants::error_escape, m_position - m_base, "Incomplete escape sequence found."); in parse_extended_escape() 804 … fail(regex_constants::error_escape, m_position - m_base, "Incomplete property escape found."); in parse_extended_escape() 816 …fail(regex_constants::error_escape, m_position - m_base, "Closing } missing from property escape s… in parse_extended_escape() 878 fail(regex_constants::error_escape, m_position - m_base, incomplete_message); in parse_extended_escape() 890 fail(regex_constants::error_escape, m_position - m_base, incomplete_message); in parse_extended_escape() 910 fail(regex_constants::error_escape, m_position - m_base, incomplete_message); in parse_extended_escape() 945 fail(regex_constants::error_escape, m_position - m_base, incomplete_message); in parse_extended_escape() 1769 …fail(regex_constants::error_escape, m_position - m_base, "Escape sequence terminated prematurely."… in unescape_character() 1805 …fail(regex_constants::error_escape, m_position - m_base, "ASCII escape sequence terminated prematu… in unescape_character() [all …]
|
D | error_type.hpp | 36 error_escape = 5, enumerator
|
/third_party/boost/libs/regex/doc/ |
D | error_type.qbk | 22 static const error_type error_escape; 48 [[error_escape][An invalid or trailing escape was encountered.]]
|
/third_party/boost/boost/xpressive/ |
D | match_results.hpp | 111 regex_constants::error_escape in operator ()() 1231 BOOST_XPR_ENSURE_(cur != end, error_escape, "unexpected end of format found"); in format_escape_() 1234 BOOST_XPR_ENSURE_(++cur != end, error_escape, "unexpected end of format found"); in format_escape_() 1238 … , error_escape, "invalid hex escape : must be \\x { HexDigit HexDigit HexDigit HexDigit }"); in format_escape_() 1244 BOOST_XPR_ENSURE_(2 == std::distance(tmp, cur), error_escape in format_escape_() 1250 BOOST_XPR_ENSURE_(cur != end, error_escape, "unexpected end of format found"); in format_escape_() 1255 , error_escape in format_escape_()
|
D | regex_compiler.hpp | 351 BOOST_XPR_ENSURE_(begin != end, error_escape, "incomplete escape sequence"); in parse_group() 573 error_escape in parse_atom() 703 BOOST_XPR_ENSURE_(begin != end, error_escape, "incomplete escape sequence"); in parse_quote_meta() 722 … BOOST_XPR_ENSURE_(begin != end, regex_constants::error_escape, "incomplete escape sequence"); in parse_escape()
|
D | regex_constants.hpp | 195 error_escape, ///< The expression contained an invalid escaped character, enumerator
|
/third_party/boost/boost/regex/ |
D | concepts.hpp | 340 e1 = global_regex_namespace::regex_constants::error_escape; in global_constraints()
|