Searched refs:testTime (Results 1 – 1 of 1) sorted by relevance
/haiku/src/tests/system/libroot/posix/ |
H A D | locale_test.cpp | 538 tm* testTime = localtime(&testTimeInSecs); in test_strftime() local 542 strftime(buf, 100, data[i].format, testTime); in test_strftime() 1950 time_t testTime = 1279391169; // Sat Jul 17 18:26:09 GMT 2010 in test_timeconversions() local 1954 test_localtime("GMT", testTime, gtm); in test_timeconversions() 1955 test_gmtime("GMT", testTime, gtm); in test_timeconversions() 1958 test_mktime("GMT", gtm, testTime, 6, 197); in test_timeconversions() 1963 test_localtime("GMT+2", testTime, gtmplus2); in test_timeconversions() 1964 test_gmtime("GMT+2", testTime, gtm); in test_timeconversions() 1967 test_mktime("GMT+2", gtmplus2, testTime, 6, 197); in test_timeconversions() 1972 test_localtime("GMT-2", testTime, gtmminus2); in test_timeconversions() [all …]
|