Searched refs:increment_overflow_time (Results 1 - 3 of 3) sorted by relevance
/third_party/tzdata/ |
H A D | localtime.c | 157 static bool increment_overflow_time(time_t *, int_fast32_t); 692 if (increment_overflow_time(&t, leapcorr(sp, t)) in tzloadbody() 1187 if (increment_overflow_time(&janfirst, -yearsecs)) { in tzparse() 1199 if (increment_overflow_time(&janfirst1, yearsecs) in tzparse() 1229 if (! increment_overflow_time in tzparse() 1235 if (! increment_overflow_time in tzparse() 1248 if (increment_overflow_time in tzparse() 1879 increment_overflow_time(time_t *tp, int_fast32_t j) in increment_overflow_time() function 2103 if (!increment_overflow_time(&altt, diff)) { in time2sub() 2464 || increment_overflow_time( in time() [all...] |
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 154 static int increment_overflow_time(time_t *t, int_fast32_t delta); 1041 if (increment_overflow_time in tzparse() 1046 if (increment_overflow_time in tzparse() 1051 if (increment_overflow_time(&janfirst, yearsecs)) in tzparse() 1612 increment_overflow_time(time_t *tp, int_fast32_t j) in increment_overflow_time() function
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 152 static int increment_overflow_time(time_t *t, int_fast32_t delta); 1039 if (increment_overflow_time in tzparse() 1044 if (increment_overflow_time in tzparse() 1049 if (increment_overflow_time(&janfirst, yearsecs)) in tzparse() 1610 increment_overflow_time(time_t *tp, int_fast32_t j) in increment_overflow_time() function
|
Completed in 9 milliseconds