HomeSort by relevance Sort by last modified time
    Searched refs:TYPE_INTEGRAL (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/tools/tzcode/
private.h 205 ** Since the definition of TYPE_INTEGRAL contains floating point numbers,
209 #ifndef TYPE_INTEGRAL
210 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5)
211 #endif /* !defined TYPE_INTEGRAL */
localtime.c 329 if (TYPE_INTEGRAL(time_t) &&
520 if (stored >= (int) sizeof(time_t) && TYPE_INTEGRAL(time_t))
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
private.h 205 ** Since the definition of TYPE_INTEGRAL contains floating point numbers,
209 #ifndef TYPE_INTEGRAL
210 #define TYPE_INTEGRAL(type) (((type) 0.5) != 0.5)
211 #endif /* !defined TYPE_INTEGRAL */
localtime.c 329 if (TYPE_INTEGRAL(time_t) &&
520 if (stored >= (int) sizeof(time_t) && TYPE_INTEGRAL(time_t))
    [all...]

Completed in 70 milliseconds