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

/external/icu4c/tools/tzcode/
H A Dprivate.h205 ** Since the definition of TYPE_INTEGRAL contains floating point numbers,
209 #ifndef TYPE_INTEGRAL
210 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5) macro
211 #endif /* !defined TYPE_INTEGRAL */
H A Dlocaltime.c329 if (TYPE_INTEGRAL(time_t) &&
520 if (stored >= (int) sizeof(time_t) && TYPE_INTEGRAL(time_t))
1767 } else if (!TYPE_INTEGRAL(time_t)) {

Completed in 363 milliseconds