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

  /external/chromium/third_party/icu/source/tools/tzcode/
zdump.c 159 static time_t absolute_max_time; variable
559 t = absolute_max_time;
604 absolute_max_time = (time_t) FLT_MAX;
607 absolute_max_time = (time_t) DBL_MAX;
626 absolute_max_time = t;
636 absolute_max_time = absolute_min_time - 1;
654 if (t > absolute_max_time - seconds) {
655 t = absolute_max_time;
  /external/icu4c/tools/tzcode/
zdump.c 159 static time_t absolute_max_time; variable
559 t = absolute_max_time;
604 absolute_max_time = (time_t) FLT_MAX;
607 absolute_max_time = (time_t) DBL_MAX;
626 absolute_max_time = t;
636 absolute_max_time = absolute_min_time - 1;
654 if (t > absolute_max_time - seconds) {
655 t = absolute_max_time;

Completed in 970 milliseconds