Searched refs:kMinMonth (Results 1 – 1 of 1) sorted by relevance
25 const double kMinMonth = -10000000.0; variable26 const double kMaxMonth = -kMinMonth;47 (kMinMonth <= month && month <= kMaxMonth) && std::isfinite(date)) { in MakeDay()