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

  /bionic/libc/tzcode/
localtime.c 155 static bool increment_overflow_time(time_t *, int_fast32_t);
1130 if (increment_overflow_time
1135 if (increment_overflow_time
1140 if (increment_overflow_time(&janfirst, yearsecs))
1777 increment_overflow_time(time_t *tp, int_fast32_t j) function
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 152 static int increment_overflow_time(time_t *t, int_fast32_t delta);
1039 if (increment_overflow_time
1044 if (increment_overflow_time
1049 if (increment_overflow_time(&janfirst, yearsecs))
1610 increment_overflow_time(time_t *tp, int_fast32_t j) function
    [all...]

Completed in 891 milliseconds