Home
last modified time | relevance | path

Searched refs:calendar_type (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/date_time/
Ddate_generators.hpp35 typedef typename date_type::calendar_type calendar_type; typedef in boost::date_time::year_based_generator
36 typedef typename calendar_type::year_type year_type;
59 typedef typename date_type::calendar_type calendar_type; typedef in boost::date_time::partial_date
60 typedef typename calendar_type::day_type day_type;
61 typedef typename calendar_type::month_type month_type;
62 typedef typename calendar_type::year_type year_type;
103 if((day_ == 29) && (month_ == 2) && !(calendar_type::is_leap_year(y))) { in get_date()
190 typedef typename date_type::calendar_type calendar_type; typedef in boost::date_time::nth_kday_of_month
191 typedef typename calendar_type::day_of_week_type day_of_week_type;
192 typedef typename calendar_type::month_type month_type;
[all …]
Dadjust_functors.hpp53 typedef typename date_type::calendar_type cal_type;
125 typedef typename date_type::calendar_type calendar_type; typedef in boost::date_time::week_functor
129 return duration_type(f_*static_cast<int>(calendar_type::days_in_week())); in get_offset()
133 return duration_type(-f_*static_cast<int>(calendar_type::days_in_week())); in get_neg_offset()
Dtime_system_counted.hpp30 typedef typename date_type::calendar_type calendar_type; typedef
62 …typename calendar_type::date_int_type dc = static_cast<typename calendar_type::date_int_type>(day_… in date()
64 ymd_type ymd = calendar_type::from_day_number(dc); in date()
Ddst_rules.hpp215 typedef typename date_type::calendar_type calendar_type; typedef in boost::date_time::dst_calc_engine
280 typedef typename date_type::calendar_type calendar_type; typedef in boost::date_time::us_dst_rules
Ddate.hpp61 typedef calendar calendar_type; typedef in boost::date_time::date