Home
last modified time | relevance | path

Searched refs:TYPE_SIGNED (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dprivate.h324 #ifndef TYPE_SIGNED
325 #define TYPE_SIGNED(type) (((type) -1) < 0) macro
330 (TYPE_SIGNED(time_t)
334 (TYPE_SIGNED(time_t)
346 ((TYPE_BIT(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
347 1 + TYPE_SIGNED(type))
Dlocaltime.c318 if (TYPE_BIT(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS) in differ_by_repeat()
421 sp->types[i] = ((TYPE_SIGNED(time_t) in tzload()
512 if (TYPE_SIGNED(time_t) && stored >= (int) sizeof(time_t)) in tzload()
1464 if (! ((! TYPE_SIGNED(time_t) || INT_MIN <= tdelta) in timesub()
1618 ? (TYPE_SIGNED(time_t) ? time_t_min - j <= *tp : -1 - j < *tp) in increment_overflow_time()
1755 if (!TYPE_SIGNED(time_t)) { in time2sub()
Dzic.c1322 if (dayoff < 0 && !TYPE_SIGNED(zic_t)) { in inleap()