Symbol: test_localtime
src/tests/system/libroot/posix/locale_test.cpp
1954
test_localtime("GMT", testTime, gtm);
src/tests/system/libroot/posix/locale_test.cpp
1963
test_localtime("GMT+2", testTime, gtmplus2);
src/tests/system/libroot/posix/locale_test.cpp
1972
test_localtime("GMT-2", testTime, gtmminus2);
src/tests/system/libroot/posix/locale_test.cpp
1981
test_localtime(":Europe/Berlin", testTime, btm);
src/tests/system/libroot/posix/locale_test.cpp
1990
test_localtime("CET", testTime, ctm);
src/tests/system/libroot/posix/locale_test.cpp
1999
test_localtime(":America/Los_Angeles", testTime, latm);
src/tests/system/libroot/posix/locale_test.cpp
2008
test_localtime(":Asia/Tokyo", testTime, ttm);
src/tests/system/libroot/posix/locale_test.cpp
2020
test_localtime("GMT", testTime, gtm);
src/tests/system/libroot/posix/locale_test.cpp
2029
test_localtime(":Europe/Berlin", testTime, btm);
src/tests/system/libroot/posix/locale_test.cpp
2038
test_localtime("CET", testTime, ctm);
src/tests/system/libroot/posix/locale_test.cpp
2047
test_localtime(":America/Los_Angeles", testTime, latm);
src/tests/system/libroot/posix/locale_test.cpp
2056
test_localtime(":Asia/Tokyo", testTime, ttm);
src/tests/system/libroot/posix/locale_test.cpp
2068
test_localtime("GMT", testTime, gtm);
src/tests/system/libroot/posix/locale_test.cpp
2077
test_localtime(":Europe/Berlin", testTime, btm);
src/tests/system/libroot/posix/locale_test.cpp
2086
test_localtime("CET", testTime, ctm);
src/tests/system/libroot/posix/locale_test.cpp
2095
test_localtime(":America/Los_Angeles", testTime, latm);
src/tests/system/libroot/posix/locale_test.cpp
2104
test_localtime(":Asia/Tokyo", testTime, ttm);