Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dtz2icu.cpp60 const int64_t SECS_PER_YEAR = 31536000; // 365 days variable
70 return isLeap(y) ? SECS_PER_LEAP_YEAR : SECS_PER_YEAR; in secsPerYear()