Home | History | Annotate | Download | only in tests

Lines Matching refs:localtime_r

784   ASSERT_TRUE(localtime_r(&t, &tm) != nullptr);
789 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr);
794 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr);
799 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr);
804 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr);
809 ASSERT_TRUE(localtime_r(&t, &tm) != nullptr);
818 // POSIX says localtime_r need not set `tzname` (2).
819 // Q: should localtime_r set the time zone (1)?
839 // If we change the timezone again and call localtime_r, localtime_r should use the new timezone.
842 localtime_r(&t, &tm);