Searched refs:timesub (Results 1 - 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 172 static struct tm * timesub(const time_t * timep, int_fast32_t offset, 1322 ** timesub(&t, 0L, sp, tmp); in localsub() 1324 result = timesub(&t, ttisp->tt_gmtoff, sp, tmp); in localsub() 1368 result = timesub(timep, offset, gmtptr, tmp); in gmtsub() 1419 timesub(const time_t *const timep, const int_fast32_t offset, in timesub() function
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 170 static struct tm * timesub(const time_t * timep, int_fast32_t offset, 1320 ** timesub(&t, 0L, sp, tmp); in localsub() 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/ |
H A D | localtime.c | 160 static struct tm *timesub(time_t const *, int_fast32_t, struct state const *, 1575 ** timesub(&t, 0L, sp, tmp); in localsub() 1577 result = timesub(&t, ttisp->tt_utoff, sp, tmp); in localsub() 1640 result = timesub(timep, offset, gmtptr, tmp); in gmtsub() 1711 timesub(const time_t *timep, int_fast32_t offset, in timesub() function
|
Completed in 8 milliseconds