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

  /external/chromium_org/third_party/icu/source/tools/tzcode/
private.h 274 #ifndef YEARSPERREPEAT
275 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */
276 #endif /* !defined YEARSPERREPEAT */
287 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
localtime.c 1259 tcycles = seconds / YEARSPERREPEAT / AVGSECSPERYEAR;
1265 seconds *= YEARSPERREPEAT;
1279 newy -= icycles * YEARSPERREPEAT;
1280 else newy += icycles * YEARSPERREPEAT;
    [all...]
zic.c     [all...]
  /external/icu/icu4c/source/tools/tzcode/
private.h 274 #ifndef YEARSPERREPEAT
275 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */
276 #endif /* !defined YEARSPERREPEAT */
287 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
localtime.c 1259 tcycles = seconds / YEARSPERREPEAT / AVGSECSPERYEAR;
1265 seconds *= YEARSPERREPEAT;
1279 newy -= icycles * YEARSPERREPEAT;
1280 else newy += icycles * YEARSPERREPEAT;
    [all...]
zic.c     [all...]
  /bionic/libc/tzcode/
private.h 388 #ifndef YEARSPERREPEAT
389 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */
390 #endif /* !defined YEARSPERREPEAT */
401 #define SECSPERREPEAT ((int_fast64_t) YEARSPERREPEAT * (int_fast64_t) AVGSECSPERYEAR)
localtime.c     [all...]

Completed in 1382 milliseconds