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

  /bionic/libc/tzcode/
tzfile.h 148 #define TM_YEAR_BASE 1900
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tzfile.h 159 #define TM_YEAR_BASE 1900
zdump.c 84 #ifndef TM_YEAR_BASE
85 #define TM_YEAR_BASE 1900
86 #endif /* !defined TM_YEAR_BASE */
731 result += DAYSPERNYEAR + isleap_sum(tmy, TM_YEAR_BASE);
853 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
854 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
938 trail = loc.tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
939 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR;
  /external/icu/icu4c/source/tools/tzcode/
tzfile.h 159 #define TM_YEAR_BASE 1900
zdump.c 84 #ifndef TM_YEAR_BASE
85 #define TM_YEAR_BASE 1900
86 #endif /* !defined TM_YEAR_BASE */
731 result += DAYSPERNYEAR + isleap_sum(tmy, TM_YEAR_BASE);
853 trail = timeptr->tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
854 lead = timeptr->tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR +
938 trail = loc.tm_year % DIVISOR + TM_YEAR_BASE % DIVISOR;
939 lead = loc.tm_year / DIVISOR + TM_YEAR_BASE / DIVISOR + trail / DIVISOR;

Completed in 315 milliseconds