Home
last modified time | relevance | path

Searched defs:dst_end_offset_minutes (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/date_time/
Dlocal_timezone_defs.hpp100 static int dst_end_offset_minutes() { return 120; } in dst_end_offset_minutes() function
125 static int dst_end_offset_minutes() { return 180; } in dst_end_offset_minutes() function
151 static int dst_end_offset_minutes() { return 120; } in dst_end_offset_minutes() function
169 static int dst_end_offset_minutes() { return 180; } in dst_end_offset_minutes() function
Ddst_rules.hpp74 unsigned int dst_end_offset_minutes, in process_local_dst_end_day()
142 unsigned int dst_end_offset_minutes, in local_is_dst()
/third_party/boost/libs/date_time/test/posix_time/
Dtestdst_rules.cpp27 static int dst_end_offset_minutes() { return 120; } in dst_end_offset_minutes() function