Home
last modified time | relevance | path

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

/third_party/boost/libs/chrono/test/io/
Dtime_point_input.cpp67 void test_good_utc_fmt_system_clock(std::string str, std::string fmt, D res) in test_good_utc_fmt_system_clock() function
187 test_good_utc_fmt_system_clock ("1970-01-01 02:00:00", "%Y-%m-%d %H:%M:%S", hours(2)); in check_all_system_clock()
188 test_good_utc_fmt_system_clock ("1970-01-01 02:00:00", "%F %H:%M:%S", hours(2)); in check_all_system_clock()
189 test_good_utc_fmt_system_clock ("1970-01-01 02", "%Y-%m-%d %H", hours(2)); in check_all_system_clock()
190 test_good_utc_fmt_system_clock ("1970-01-01 02", "%F %H", hours(2)); in check_all_system_clock()
191 test_good_utc_fmt_system_clock ("1970-01-01 02:00:00", "%Y-%m-%d %T", hours(2)); in check_all_system_clock()
192 test_good_utc_fmt_system_clock ("1970-01-01 02:00", "%Y-%m-%d %R", hours(2)); in check_all_system_clock()
193 test_good_utc_fmt_system_clock ("% 1970-01-01 02:00", "%% %Y-%m-%d %R", hours(2)); in check_all_system_clock()
Dtime_point_output.cpp73 void test_good_utc_fmt_system_clock(const char* str, const char* fmt, D d) in test_good_utc_fmt_system_clock() function
194 test_good_utc_fmt_system_clock("1970-01-01 02:00:00", "%Y-%m-%d %H:%M:%S", hours(2)); in check_all_system_clock()
195 test_good_utc_fmt_system_clock("1970-01-01 02", "%Y-%m-%d %H", hours(2)); in check_all_system_clock()
197 test_good_utc_fmt_system_clock ("1970-01-01 02:00:00", "%Y-%m-%d %T", hours(2)); in check_all_system_clock()
198 test_good_utc_fmt_system_clock ("1970-01-01 02:00", "%Y-%m-%d %R", hours(2)); in check_all_system_clock()
199 test_good_utc_fmt_system_clock ("% 1970-01-01 02:00", "%% %Y-%m-%d %R", hours(2)); in check_all_system_clock()
200test_good_utc_fmt_system_clock ("1970-01-01 02:00 Thursday January", "%Y-%m-%d %R %A %B", hours(2)… in check_all_system_clock()