Searched defs:gmtoff (Results 1 – 5 of 5) sorted by relevance
| /third_party/nghttp2/src/ |
| D | util.cc | 353 auto gmtoff = tms.tm_gmtoff; in common_log_date() local 355 auto gmtoff = nghttp2_timegm(&tms) - t; in common_log_date() local 404 auto gmtoff = tms.tm_gmtoff; in iso8601_date() local 406 auto gmtoff = nghttp2_timegm(&tms) - sec; in iso8601_date() local 446 auto gmtoff = tms.tm_gmtoff; in iso8601_basic_date() local 448 auto gmtoff = nghttp2_timegm(&tms) - sec; in iso8601_basic_date() local
|
| /third_party/python/Modules/ |
| D | timemodule.c | 434 , const char *zone, time_t gmtoff 556 time_t gmtoff; local
|
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| D | zic.c | 2022 const zic_t gmtoff) in stringrule() 2224 register zic_t gmtoff; in outzone() local 2707 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isd… in addtype()
|
| /third_party/icu/icu4c/source/tools/tzcode/ |
| D | zic.c | 2023 const zic_t gmtoff) in stringrule() 2225 register zic_t gmtoff; in outzone() local 2708 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isd… in addtype()
|
| /third_party/tzdata/ |
| D | zdump.c | 822 gmtoff(struct tm const *a, ATTRIBUTE_MAYBE_UNUSED time_t *t, in gmtoff() function
|