Home
last modified time | relevance | path

Searched refs:kExplodedMinYear (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/time/
Dtime.h473 static constexpr int kExplodedMinYear = 1601; variable
476 static constexpr int kExplodedMinYear = std::numeric_limits<int>::min();
479 static constexpr int kExplodedMinYear = 1902; variable
485 static constexpr int kExplodedMinYear = 1902; variable
488 static constexpr int kExplodedMinYear = variable
Dtime_unittest.cc719 if (Time::kExplodedMinYear != std::numeric_limits<int>::min()) { in TEST_F()
720 exploded.year = Time::kExplodedMinYear; in TEST_F()