Searched defs:gmtoff (Results 1 - 4 of 4) sorted by relevance
/third_party/tzdata/ |
H A D | zdump.c | 822 gmtoff(struct tm const *a, ATTRIBUTE_MAYBE_UNUSED time_t *t, in gmtoff() function
|
/third_party/nghttp2/src/ |
H A 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; iso8601_basic_date() local 448 auto gmtoff = nghttp2_timegm(&tms) - sec; iso8601_basic_date() local [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zic.c | 2225 register zic_t gmtoff; in outzone() local 2022 stringrule(char *result, const struct rule *const rp, const zic_t dstoff, const zic_t gmtoff) stringrule() argument 2708 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isdst, const int ttisstd, const int ttisgmt) addtype() argument [all...] |
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zic.c | 2224 register zic_t gmtoff; in outzone() local 2021 stringrule(char *result, const struct rule *const rp, const zic_t dstoff, const zic_t gmtoff) stringrule() argument 2707 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isdst, const int ttisstd, const int ttisgmt) addtype() argument [all...] |
Completed in 12 milliseconds