Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/parsedate/
H A Dparsedate.cpp419 static const int month_days_cumulative [12] = in my_timegm() local
444 + leap_days + month_days_cumulative [month_] + tm->tm_mday - 1) * 24 in my_timegm()