Searched refs:kUnixEpochYear (Results 1 – 1 of 1) sorted by relevance
500 static const int kUnixEpochYear = 1970; // In case this changes (ha!). in TEST_F() local508 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()520 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()532 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()544 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()556 EXPECT_EQ(kUnixEpochYear - 1, exploded.year); in TEST_F()569 EXPECT_EQ(kUnixEpochYear, exploded.year); in TEST_F()581 EXPECT_EQ(kUnixEpochYear, exploded.year); in TEST_F()593 EXPECT_EQ(kUnixEpochYear, exploded.year); in TEST_F()605 EXPECT_EQ(kUnixEpochYear, exploded.year); in TEST_F()[all …]