Searched refs:increment_overflow_time (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/bionic/libc/tzcode/ |
H A D | localtime.c | 150 static bool increment_overflow_time(time_t *, int_fast32_t); 710 if (increment_overflow_time(&t, leapcorr(sp, t)) in tzloadbody() 1247 if (increment_overflow_time(&janfirst, -yearsecs)) { in tzparse() 1259 if (increment_overflow_time(&janfirst1, yearsecs) in tzparse() 1289 if (! increment_overflow_time in tzparse() 1295 if (! increment_overflow_time in tzparse() 1308 if (increment_overflow_time in tzparse() 1951 increment_overflow_time(time_t *tp, int_fast32_t j) in increment_overflow_time() function 2175 if (!increment_overflow_time(&altt, diff)) { in time2sub() 2534 || increment_overflow_time(&r, offset)) { in time()
|
/aosp_15_r20/external/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
|
/aosp_15_r20/external/cronet/third_party/icu/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
|