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

/external/chromium_org/third_party/icu/source/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)) {
/external/icu/icu4c/source/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 98 milliseconds