HomeSort by relevance Sort by last modified time
    Searched defs:year_lengths (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
Time.c 63 const int year_lengths[2] = { variable
158 while (days < 0 || days >= (LONG32) year_lengths[yleap = isleap(y)]) {
285 yourtm.tm_mday += year_lengths[isleap(i)];
289 yourtm.tm_mday -= year_lengths[isleap(i)];
  /bionic/libc/tzcode/
localtime.c 730 static const int year_lengths[2] = { variable
1113 yearsecs = (year_lengths[isleap(year)]
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 638 static const int year_lengths[2] = { variable
1022 yearsecs = (year_lengths[isleap(year)]
    [all...]

Completed in 461 milliseconds