Searched refs:a_date (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/locale/test/ |
D | test_formatting.cpp | 308 time_t a_date = 3600*24*(31+4); // Feb 5th in test_manip() local 311 time_t a_datetime = a_date + a_time + a_timesec; in test_manip() 313 TEST_FP2(as::date, as::gmt,a_datetime,"Feb 5, 1970",time_t,a_date); in test_manip() 314 TEST_FP3(as::date,as::date_short ,as::gmt,a_datetime,"2/5/70",time_t,a_date); in test_manip() 315 TEST_FP3(as::date,as::date_medium,as::gmt,a_datetime,"Feb 5, 1970",time_t,a_date); in test_manip() 316 TEST_FP3(as::date,as::date_long ,as::gmt,a_datetime,"February 5, 1970",time_t,a_date); in test_manip() 317 … TEST_FP3(as::date,as::date_full ,as::gmt,a_datetime,"Thursday, February 5, 1970",time_t,a_date); in test_manip() 370 …s::date_short ,as::time_short ,as::gmt,a_datetime,"2/5/70" PERIOD " 3:33 PM",time_t,a_date+a_time); in test_manip() 505 time_t a_date = 3600*24*(31+4); // Feb 5th in test_format() local 508 time_t a_datetime = a_date + a_time + a_timesec; in test_format()
|
D | test_winapi_formatting.cpp | 157 time_t a_date = 3600*24*(31+4); // Feb 5th in test_by_char() local 160 time_t a_datetime = a_date + a_time + a_timesec; in test_by_char() 192 time_t a_date = 3600*24*(31+4); // Feb 5th in test_date_time() local 195 time_t a_datetime = a_date + a_time + a_timesec; in test_date_time()
|
D | test_posix_formatting.cpp | 139 time_t a_date = 3600*24*(31+4); // Feb 5th in test_by_char() local 142 time_t a_datetime = a_date + a_time + a_timesec; in test_by_char()
|
D | test_date_time.cpp | 102 time_t a_date = 3600*24*(31+4); // Feb 5th in main() local 105 time_t a_datetime = a_date + a_time + a_timesec; in main()
|
D | test_std_formatting.cpp | 178 time_t a_date = 3600*24*(31+4); // Feb 5th in test_by_char() local 181 time_t a_datetime = a_date + a_time + a_timesec; in test_by_char()
|
/third_party/python/Misc/ |
D | HISTORY | 19766 ``a_date.__eq__(a_datetime)`` is true if and only if the year, month 19767 and day members of ``a_date`` and ``a_datetime`` are equal.
|