Home
last modified time | relevance | path

Searched refs:date_time_error (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/locale/src/util/
Dgregorian.cpp246 … throw date_time_error("boost::locale::gregorian_calendar: invalid time"); in normalize()
256 … throw date_time_error("boost::locale::gregorian_calendar time is out of range"); in normalize()
260 throw date_time_error("boost::locale::gregorian_calendar invalid time"); in normalize()
580 throw date_time_error("is_gregorian is not settable options for calendar"); in set_option()
582 throw date_time_error("is_dst is not settable options for calendar"); in set_option()
803 throw date_time_error("boost::locale::gregorian_calendar: invalid time point"); in from_time()
/third_party/boost/libs/locale/src/icu/
Ddate_time.cpp37 throw date_time_error(u_errorName(e)); in check_and_throw_dt()
176 throw date_time_error("is_gregorian is not settable options for calendar"); in set_option()
178 throw date_time_error("is_dst is not settable options for calendar"); in set_option()
/third_party/boost/boost/locale/
Ddate_time.hpp39 class BOOST_SYMBOL_VISIBLE date_time_error : public std::runtime_error { class
44 date_time_error(std::string const &e) : std::runtime_error(e) {} in date_time_error() function in boost::locale::date_time_error