Searched refs:time_t_min (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h329 static time_t const time_t_min = variable
H A Dlocaltime.c422 ? time_t_min <= at
426 if (i && !timecnt && at != time_t_min) {
433 sp->ats[timecnt++] = time_t_min;
1614 ** 'if (! (time_t_min <= *tp + j && *tp + j <= time_t_max)) ...',
1618 ? (TYPE_SIGNED(time_t) ? time_t_min - j <= *tp : -1 - j < *tp)
1785 if (t == time_t_min)

Completed in 62 milliseconds