Searched refs:test_good_utc_fmt_system_clock2 (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/chrono/test/io/ |
D | time_point_output.cpp | 89 void test_good_utc_fmt_system_clock2(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock2() function 202 test_good_utc_fmt_system_clock2("1970-01-01 02:00:00", "%Y-%m-%d %H:%M:%S", hours(2)); in check_all_system_clock() 203 test_good_utc_fmt_system_clock2("1970-01-01 02", "%Y-%m-%d %H", hours(2)); in check_all_system_clock() 205 test_good_utc_fmt_system_clock2 ("1970-01-01 02:00:00", "%Y-%m-%d %T", hours(2)); in check_all_system_clock() 206 test_good_utc_fmt_system_clock2 ("1970-01-01 02:00", "%Y-%m-%d %R", hours(2)); in check_all_system_clock() 207 test_good_utc_fmt_system_clock2 ("% 1970-01-01 02:00", "%% %Y-%m-%d %R", hours(2)); in check_all_system_clock() 208 …test_good_utc_fmt_system_clock2 ("1970-01-01 02:00 Thursday January", "%Y-%m-%d %R %A %B", hours(2… in check_all_system_clock()
|