HomeSort by relevance Sort by last modified time
    Searched refs:kExplodedMinYear (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/time/
time.h 469 // kExplodedMinYear and kExplodedMaxYear define the platform-specific limits
475 static constexpr int kExplodedMinYear = 1601;
478 static constexpr int kExplodedMinYear = std::numeric_limits<int>::min();
481 static constexpr int kExplodedMinYear = 1902;
487 static constexpr int kExplodedMinYear = 1902;
490 static constexpr int kExplodedMinYear =
    [all...]
time_unittest.cc 719 if (Time::kExplodedMinYear != std::numeric_limits<int>::min()) {
720 exploded.year = Time::kExplodedMinYear;
728 // The dates earlier than |kExplodedMinYear| that don't work are OS version
    [all...]

Completed in 3301 milliseconds