Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dtime.cc62 int64 SecondsPerMonth(int month, bool leap) { in SecondsPerMonth() function
237 while (seconds >= SecondsPerMonth(month, leap)) { in SecondsToDateTime()
238 seconds -= SecondsPerMonth(month, leap); in SecondsToDateTime()