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

  /external/icu/icu4c/source/tools/tzcode/
private.h 333 static time_t const time_t_max = variable
localtime.c 424 && at <= time_t_max);
    [all...]
  /bionic/libc/tzcode/
private.h 512 static time_t const time_t_max = MAXVAL(time_t, TYPE_BIT(time_t)); variable
localtime.c 477 sp->types[i] = at <= time_t_max;
528 if (tr <= time_t_max) {
    [all...]

Completed in 73 milliseconds