Home
last modified time | relevance | path

Searched refs:max_year (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c196 static zic_t max_year; variable
1986 if (max_year < x) in updateminmax()
1987 max_year = x; in updateminmax()
2266 min_year = max_year = EPOCH_YEAR; in outzone()
2332 if (max_year <= ZIC_MAX - years_of_observations) in outzone()
2333 max_year += years_of_observations; in outzone()
2334 else max_year = ZIC_MAX; in outzone()
2343 max_year = min_year + years_of_observations; in outzone()
2352 if (max_year < 2037) in outzone()
2353 max_year = 2037; in outzone()
[all …]
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c197 static zic_t max_year; variable
1987 if (max_year < x) in updateminmax()
1988 max_year = x; in updateminmax()
2267 min_year = max_year = EPOCH_YEAR; in outzone()
2333 if (max_year <= ZIC_MAX - years_of_observations) in outzone()
2334 max_year += years_of_observations; in outzone()
2335 else max_year = ZIC_MAX; in outzone()
2344 max_year = min_year + years_of_observations; in outzone()
2353 if (max_year < 2037) in outzone()
2354 max_year = 2037; in outzone()
[all …]
/third_party/tzdata/
Dzic.c221 static zic_t max_year; variable
2833 if (max_year < x) in updateminmax()
2834 max_year = x; in updateminmax()
3118 min_year = max_year = EPOCH_YEAR; in outzone()
3176 if (max_year <= ZIC_MAX - years_of_observations) in outzone()
3177 max_year += years_of_observations; in outzone()
3178 else max_year = ZIC_MAX; in outzone()
3187 max_year = min_year + years_of_observations; in outzone()
3190 max_year = max(max_year, (redundant_time / (SECSPERDAY * DAYSPERNYEAR) in outzone()
3192 max_year0 = max_year; in outzone()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dcivil_time_detail.h401 const auto max_year = (std::numeric_limits<std::int_least64_t>::max)(); in civil_time() local
402 return civil_time(max_year, 12, 31, 23, 59, 59); in civil_time()