Home
last modified time | relevance | path

Searched refs:dstcalc (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/date_time/test/posix_time/
Dtestdst_rules.cpp118 typedef boost::date_time::dst_calculator<date,time_duration> dstcalc; in main() typedef
121 dstcalc::local_is_dst(date(2002,May,1),hours(3), in main()
129 dstcalc::local_is_dst(date(2002,Jan,1),hours(3), in main()
137 dstcalc::local_is_dst(date(2002,Oct,28),hours(3), in main()
144 dstcalc::local_is_dst(date(2002,Oct,27),time_duration(1,59,59), in main()
150 dstcalc::local_is_dst(date(2002,Oct,27),hours(3), in main()
156 dstcalc::local_is_dst(date(2002,Oct,27),hours(2), in main()
162 dstcalc::local_is_dst(date(2002,Mar,31),time_duration(1,59,59), in main()
168 dstcalc::local_is_dst(date(2002,Mar,31),time_duration(2,0,0), in main()
174 dstcalc::local_is_dst(date(2002,Mar,31),time_duration(2,59,59), in main()
[all …]
/third_party/boost/boost/date_time/
Ddst_rules.hpp216 typedef dst_calculator<date_type, time_duration_type> dstcalc; typedef in boost::date_time::dst_calc_engine
230 return dstcalc::local_is_dst(d,td, in local_is_dst()
284 typedef dst_calculator<date_type, time_duration_type> dstcalc; typedef in boost::date_time::us_dst_rules
298 return dstcalc::local_is_dst(d,td, in local_is_dst()