Searched refs:timesub (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/tools/tzcode/ |
D | localtime.c | 170 static struct tm * timesub(const time_t * timep, int_fast32_t offset, 1322 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp); in localsub() 1366 result = timesub(timep, offset, gmtptr, tmp); in gmtsub() 1417 timesub(const time_t *const timep, const int_fast32_t offset, in timesub() function
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 170 static struct tm * timesub(const time_t * timep, int_fast32_t offset, 1322 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp); in localsub() 1366 result = timesub(timep, offset, gmtptr, tmp); in gmtsub() 1417 timesub(const time_t *const timep, const int_fast32_t offset, in timesub() function
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/ |
D | localtime.c | 170 static struct tm * timesub(const time_t * timep, int_fast32_t offset, 1322 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp); in localsub() 1366 result = timesub(timep, offset, gmtptr, tmp); in gmtsub() 1417 timesub(const time_t *const timep, const int_fast32_t offset, in timesub() function
|
/third_party/tzdata/ |
D | localtime.c | 165 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *, 1594 result = timesub(&t, ttisp->tt_utoff, sp, tmp); in localsub() 1653 result = timesub(timep, offset, gmtptr, tmp); in gmtsub() 1714 timesub(const time_t *timep, int_fast32_t offset, in timesub() function
|