Home
last modified time | relevance | path

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

/third_party/boost/boost/date_time/local_time/
Dcustom_time_zone.hpp45 dst_calc_rules_(calc_rule) in custom_time_zone_base()
67 return (bool) dst_calc_rules_; //if calc_rule is set the tz has dst in has_dst()
73 if (dst_calc_rules_) { in dst_local_start_time()
74 d = dst_calc_rules_->start_day(y); in dst_local_start_time()
82 if (dst_calc_rules_) { in dst_local_end_time()
83 d = dst_calc_rules_->end_day(y); in dst_local_end_time()
120 if(dst_calc_rules_ != no_rules) { in to_posix_string()
138 …ss << ',' << date_time::convert_string_type<char, char_type>(dst_calc_rules_->start_rule_as_string… in to_posix_string()
145 …ss << ',' << date_time::convert_string_type<char, char_type>(dst_calc_rules_->end_rule_as_string()… in to_posix_string()
159 boost::shared_ptr<dst_calc_rule> dst_calc_rules_; member in boost::local_time::custom_time_zone_base
Dposix_time_zone.hpp92 dst_calc_rules_() in posix_time_zone_base()
157 d = dst_calc_rules_->start_day(y); in dst_local_start_time()
167 d = dst_calc_rules_->end_day(y); in dst_local_end_time()
205 if(dst_calc_rules_ != no_rules) { in to_posix_string()
223 …ss << ',' << date_time::convert_string_type<char, char_type>(dst_calc_rules_->start_rule_as_string… in to_posix_string()
230 …ss << ',' << date_time::convert_string_type<char, char_type>(dst_calc_rules_->end_rule_as_string()… in to_posix_string()
245 boost::shared_ptr<dst_calc_rule> dst_calc_rules_; member in boost::local_time::posix_time_zone_base
403 dst_calc_rules_ = shared_ptr<dst_calc_rule>( in M_func()
431 dst_calc_rules_ = shared_ptr<dst_calc_rule>( in julian_no_leap()
447 dst_calc_rules_ = shared_ptr<dst_calc_rule>( in julian_day()