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

  /bionic/libc/tzcode/
tzfile.h 148 #define TM_YEAR_BASE 1900
strptime.c 105 cr.century = TM_YEAR_BASE;
365 tm->tm_year = i - TM_YEAR_BASE;
397 if (cr->century == TM_YEAR_BASE) {
399 tm->tm_year = cr->relyear + 2000 - TM_YEAR_BASE;
401 tm->tm_year = cr->relyear + 1900 - TM_YEAR_BASE;
403 tm->tm_year = cr->relyear + cr->century - TM_YEAR_BASE;
strftime.c 230 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0,
447 base = TM_YEAR_BASE;
543 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1,
547 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1,
localtime.c     [all...]
  /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;
localtime.c     [all...]
  /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;
localtime.c     [all...]
  /bionic/libc/upstream-openbsd/lib/libc/time/
wcsftime.c 186 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 0,
357 base = TM_YEAR_BASE;
440 pt = _yconv(t->tm_year, TM_YEAR_BASE, 0, 1, pt, ptlim);
443 pt = _yconv(t->tm_year, TM_YEAR_BASE, 1, 1, pt, ptlim);

Completed in 732 milliseconds