Searched refs:wcustom_time_zone (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/date_time/test/local_time/ |
D | testwcustom_time_zone.cpp | 20 typedef custom_time_zone_base<wchar_t> wcustom_time_zone; in main() typedef 46 wtime_zone_ptr tz1(new wcustom_time_zone(pst, hours(-8), of, rule1)); in main() 47 wtime_zone_ptr tz2(new wcustom_time_zone(pst, hours(-8), of, rule2)); in main() 48 wtime_zone_ptr tz3(new wcustom_time_zone(pst, hours(-8), of, rule3)); in main() 49 wtime_zone_ptr tz4(new wcustom_time_zone(mst, hours(-7), of2, rule4)); in main()
|