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

  /external/icu/icu4c/source/tools/tzcode/
private.h 399 #ifndef YEARSPERREPEAT
400 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */
401 #endif /* !defined YEARSPERREPEAT */
412 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
localtime.c 1016 yearlim = EPOCH_YEAR + YEARSPERREPEAT;
1037 yearlim = year + YEARSPERREPEAT + 1;
    [all...]
zic.c     [all...]
  /bionic/libc/tzcode/
private.h 558 #ifndef YEARSPERREPEAT
559 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */
560 #endif /* !defined YEARSPERREPEAT */
571 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
localtime.c 1107 yearlim = EPOCH_YEAR + YEARSPERREPEAT;
1128 yearlim = year + YEARSPERREPEAT + 1;
    [all...]

Completed in 596 milliseconds